yii-error-handler now you can open files in IDE from page error/exception trace

yii-error-handler

  1. Usage
  2. Resources

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',
),

Resources

1 0
3 followers
459 downloads
Yii Version: Unknown
License: BSD-2-Clause
Category: Error Handling
Developed by: metalguardian
Created on: Jun 2, 2013
Last updated: 10 years ago

Downloads

show all

Related Extensions