- Requirements
- Usage
- Resources
This module provide a simple web based interface to show application logs and delete run-time and assets files
Requirements ¶
Yii 1.1
Usage ¶
Just unzip the code in modules directory and enable it in main config.
'modules'=>array(
'debugger',
)
Resources ¶
controller extended class
The modules extends from "Controller" class instead the "CController" class.
So it needs this class exists or change the name in "modules\debugger\controllers\DefaultController.php".
Update
I have updated the module to use default theme and layout.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.