Browse Source
Errors and exceptions handling, #16
Errors and exceptions handling, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@122 4cb57b5f-5bbd-dd11-951b-001d605cbbc5master
pzinovkin
15 years ago
9 changed files with 57 additions and 17 deletions
-
2Load.php
-
9app/Action.php
-
3app/ErrorAction.php
-
10app/FrontController.php
-
5app/router/Router.php
-
21classes/Env.class.php
-
7exception/ErrorHandler.php
-
15layout/Error.layout.php
-
2view/PHPView.php
@ -0,0 +1,15 @@ |
|||
<?php |
|||
/** |
|||
* @copyright NetMonsters <team@netmonsters.ru> |
|||
* @link http://netmonsters.ru |
|||
* @package Majestic |
|||
* @subpackage Layout |
|||
* @since 2010-02-25 |
|||
* @version SVN: $Id$ |
|||
* @filesource $URL$ |
|||
*/ |
|||
|
|||
class ErrorLayout extends Layout |
|||
{ |
|||
protected function execute(){} |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue