hi all,
I need to know that is there any debugging available for yii .
I need to trace the parameters sent and received in controllers.
Please help me out…
hi all,
I need to know that is there any debugging available for yii .
I need to trace the parameters sent and received in controllers.
Please help me out…
Here is wiki entry on how to setup netbeans + xdebug for Yii based projects:
NetBeans IDE and Yii
And this is blog post on how to setup Yii development environment:
Setup Yii Dev Environment
Hope this helps
Looks good. I wrote some about it here: spoo’Xe Hope its ok so.
For variable inspection I found CVarDumper and the kint extension.
I have not tried Kint yet but it looks really cool. If your IDE fails you, you could always pass a debug_backtrace through Kint.
REF: