yii-error-handler ¶
Error handler for yii 1 with ability to open file in IDE on specified line.
By default it configured to work with PHPStorm. Required remote call plugin.
Usage ¶
Setup errorHandler in components section
'errorHandler'=>array(
'class' => 'ext.yii-error-handler.ErrorHandler',
//'fileLinkFormat' => 'myide://{file}:{line}',
'errorAction'=>'site/error',
),
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.