[ Index ] |
|
Code source de CakePHP 1.1.13.4450 |
[Code source] [Imprimer] [Statistiques]
Short description for file. Long description for file
Copyright: | Copyright 2005-2007, Cake Software Foundation, Inc. |
License: | http://www.opensource.org/licenses/mit-license.php The MIT License |
Version: | $Revision: 4409 $ |
Poids: | 344 lignes (10 kb) |
Inclus ou requis: | 1 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
ErrorHandler:: (17 méthodes):
__construct()
error()
error404()
missingController()
missingAction()
privateAction()
missingTable()
missingDatabase()
missingView()
missingLayout()
missingConnection()
missingHelperFile()
missingHelperClass()
missingComponentFile()
missingComponentClass()
missingModel()
_webroot()
Classe: ErrorHandler - X-Ref
Short description for file.__construct($method, $messages) X-Ref |
Class constructor. param: string $method param: array $messages return: unknown |
error($params) X-Ref |
Displays an error page (e.g. 404 Not found). param: array $params |
error404($params) X-Ref |
Convenience method to display a 404 page. param: array $params |
missingController($params) X-Ref |
Renders the Missing Controller web page. param: array $params |
missingAction($params) X-Ref |
Renders the Missing Action web page. param: array $params |
privateAction($params) X-Ref |
Renders the Private Action web page. param: array $params |
missingTable($params) X-Ref |
Renders the Missing Table web page. param: array $params |
missingDatabase($params = array() X-Ref |
Renders the Missing Database web page. param: array $params |
missingView($params) X-Ref |
Renders the Missing View web page. param: array $params |
missingLayout($params) X-Ref |
Renders the Missing Layout web page. param: array $params |
missingConnection($params) X-Ref |
Renders the Database Connection web page. param: array $params |
missingHelperFile($params) X-Ref |
Renders the Missing Helper file web page. param: array $params |
missingHelperClass($params) X-Ref |
Renders the Missing Helper class web page. param: array $params |
missingComponentFile($params) X-Ref |
Renders the Missing Component file web page. param: array $params |
missingComponentClass($params) X-Ref |
Renders the Missing Component class web page. param: array $params |
missingModel($params) X-Ref |
Renders the Missing Model class web page. param: unknown_type $params |
_webroot() X-Ref |
Path to the web root. return: string full web root path |
Généré le : Sun Feb 25 19:27:47 2007 | par Balluche grâce à PHPXref 0.7 |