 | Remonter
| |
 | controller/
| |
 | model/
| |
 | view/
| |
 | cache.php [source] [137 lignes] | Caching for Cake. PHP versions 4 and 5 |
 | cake_log.php [source] [57 lignes] | Logging. Log messages to text files. |
 | class_registry.php [source] [108 lignes] | Class collections. A repository for class objects, each registered with a key. |
 | configure.php [source] [354 lignes] | Short description for file. Long description for file |
 | error.php [source] [344 lignes] | Short description for file. Long description for file |
 | file.php [source] [293 lignes] | Convenience class for reading, writing and appending to files. PHP versions 4 and 5 |
 | flay.php [source] [278 lignes] | Text-to-HTML parser. Text-to-html parser, similar to {@link http://textism.com/tools/textile/ Textile} or {@link http://www.whytheluckystiff.net/ruby/redcloth/ RedCloth}. |
 | folder.php [source] [328 lignes] | Convenience class for handling directories. PHP versions 4 and 5 |
 | inflector.php [source] [405 lignes] | Pluralize and singularize English words. Used by Cake's naming conventions throughout the framework. |
 | legacy.php [source] [69 lignes] | |
 | neat_array.php [source] [318 lignes] | Library of array functions for Cake. Internal use only. |
 | neat_string.php [source] [88 lignes] | String handling methods. Random passwords, splitting strings into arrays, removing Cyrillic characters, stripping whitespace. |
 | object.php [source] [259 lignes] | Object class, allowing __construct and __destruct in PHP4. Also includes methods for logging and the special method RequestAction, to call other Controllers' Actions from anywhere. |
 | router.php [source] [206 lignes] | Parses the request URL into controller, action, and parameters. PHP versions 4 and 5 |
 | sanitize.php [source] [245 lignes] | Washes strings from unwanted noise. Helpful methods to make unsafe strings usable. |
 | security.php [source] [151 lignes] | Security Class This class is a singleton class that contains functions for hasing and security. |
 | session.php [source] [601 lignes] | Session class for Cake. Cake abstracts the handling of sessions. There are several convenient methods to access session information. This class is the implementation of those methods. They are mostly used by the Session Component. |
 | validators.php [source] [45 lignes] | Tort Validators Used to validate data in Models. |