Skip to content

psrustik/yii-fatal-error-catch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yii-fatal-error-catch

Extension for catching fatal errors in yii-based application. Unfortunately, Yii doesn't catches fatal errors itself.

###Requirements

  • Yii 1.0 and higher

###Installation

  • Unpack to protected/extensions/error directory of you project.
  • In application configuration add lines of code provided below:
<?php
// ...
'preload'=>array('fatalerrorcatch', ...),
'components'=>array(
// ...
    'fatalerrorcatch'=>array(
    	'class'=>'ext.error.FatalErrorCatch',
    ),
)
// ...

About

Yii компонент для перехвата fatal ошибок

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages