How can i do the debug of the application with yii???
I need to control some value that i insert with the form in the db…
How can i do the debug of the application with yii???
I need to control some value that i insert with the form in the db…
hi kitty10,
you can enable logging and use Yii::trace() or Yii::log(), then take a look at the documentation, or you can install XDebug and setup a complete development environment with it.
…other solution I don’t know.
hope this helps
Where should I put Yii::trace() or Yii::log()??
In the main???
You have just use XDebug?
For debugging and developing Yii apps I use the NetBeans IDE and PHP configured with XDebug.
I hope this helps.
Also you can use the Drupal Quickstart environment (a virtual Ubuntu environment) and make the changes that I have documented here: