maximebf / atomik

Micro framework for PHP 5.3+ [UNMAINTAINED]
MIT License
46 stars 18 forks source link

Debug #47

Closed ghost closed 9 years ago

ghost commented 9 years ago

var_dump($myVar); works but Atomik::debug($myVar); does not ouput anything

am i doing someting wrong ?

im using the default settings from composer create-project atomik/skeleton .

ghost commented 9 years ago

turns out you need to use $this->debug($myVar, $force = true)

you should update your documentation