Welcome Guest, Not a member yet? Register   Sign In
php_debug helper
#1

[eluser]li9ht[/eluser]
any php_debug(http://www.php-debug.com/) plugin or helper around?
#2

[eluser]Ivar89[/eluser]
I think you can use;
Code:
var_dump($var);
exit();
and
Code:
$this->output->enable_profiler(TRUE);
EDIT: var_dump is for induvidual vars so it doesn't output muchTongue
but its handy if you know in which section the problem is.

EDIT2: Maybe this page will help you to.
#3

[eluser]dlange[/eluser]
I'm also interested in getting php_debug to run well with CI. I tried to build a plugin like the one for FirePHP but I can't get it to work ...

Does anyone have tried to get this to work, or does anybody knows how to do this?

// Daniel




Theme © iAndrew 2016 - Forum software by © MyBB