CakePHP 1.3
Class summary
-
AclBase
Access Control List abstract class. Not to be instantiated. Subclasses of this class are used by AclComponent to perform ACL checks in Cake.
-
AclBehavior
ACL behavior
-
AclComponent
Access Control List factory class.
-
AclNode
ACL Node
-
AclShell
Shell for ACL management. This console is known to have issues with zend.ze1_compatibility_mode being enabled. Be sure to turn it off when using this shell.
-
Aco
Access Control Object
-
AcoAction
Action for Access Control Object
-
AjaxHelper
AjaxHelper helper library.
-
ApcEngine
APC storage engine for cache
-
ApiShell
API shell to show method signatures of CakePHP core classes.
-
App
Class/file loader and path management.
-
AppController
This is a placeholder class. Create the same file in app/app_controller.php
-
AppHelper
This is a placeholder class. Create the same file in app/app_helper.php
-
AppModel
Application model for Cake.
-
Aro
Access Request Object
-
AuthComponent
Authentication control component class
-
BakeShell
Bake is a command-line code generation utility for automating programmer chores.
-
BakeTask
Base class for Bake Tasks.
-
BehaviorCollection
Model behavior collection class.
-
Cache
Caching for CakePHP.
-
CacheEngine
Storage engine for CakePHP caching
-
CacheHelper
CacheHelper helps create full page view caching.
-
CakeErrorController
Error Handling Controller
-
CakeLog
Logs messages to configured Log adapters. One or more adapters can be configured using CakeLogs's methods. If you don't configure any adapters, and write to the logs a default FileLog will be autoconfigured for you.
-
CakeRoute
A single Route used by the Router to connect requests to parameter maps.
-
CakeSchema
Base Class for Schema management
-
CakeSession
Session class for Cake.
-
CakeSocket
Cake network socket connection class.
-
ClassRegistry
Class Collections.
-
Component
Handler for Controller::$components
-
Configure
Configuration class (singleton). Used for managing runtime configuration information.
-
ConnectionManager
Manages loaded instances of DataSource objects
-
ConsoleShell
-
ContainableBehavior
Behavior to allow for dynamic and atomic manipulation of a Model's associations used for a find call. Most useful for limiting the amount of associations and data returned.
-
Controller
Controller
-
ControllerTask
Task class for creating and updating controller files.
-
CookieComponent
Cookie Component.
-
DataSource
DataSource base class
-
DbAcl
DbAcl implements an ACL control system in the database. ARO's and ACO's are structured into trees and a linking table is used to define permissions. You can install the schema for DbAcl with the Schema Shell.
-
DbConfigTask
Task class for creating and updating the database configuration file.
-
DboMssql
MS SQL layer for DBO
-
DboMysql
MySQL DBO driver object
-
DboMysqlBase
Provides common base for MySQL & MySQLi connections
-
DboMysqli
MySQLi DBO driver object
-
DboOracle
Oracle layer for DBO.
-
DboPostgres
PostgreSQL layer for DBO.
-
DboSource
DboSource
-
DboSqlite
DBO implementation for the SQLite DBMS.
-
Debugger
Provide custom logging and error handling.
-
EmailComponent
EmailComponent
-
ErrorHandler
Error Handler.
-
ExtractTask
Language string extractor
-
File
Convenience class for reading, writing and appending to files.
-
FileEngine
File Storage engine for cache
-
FileLog
File Storage stream for Logging. Writes logs to different files based on the type of log it is.
-
FixtureTask
Task class for creating and updating fixtures files.
-
Folder
Folder structure browser, lists folders and files. Provides an Object interface for Common directory related tasks.
-
FormHelper
Form helper library.
-
Helper
Abstract base class for all other Helpers in CakePHP. Provides common methods and features.
-
HtmlHelper
Html Helper class for easy use of HTML widgets.
-
HttpSocket
Cake network socket connection class.
-
I18n
I18n handles translation of Text and time format strings.
-
I18nModel
-
I18nShell
Shell for I18N management.
-
Inflector
Pluralize and singularize English words.
-
IniAcl
IniAcl implements an access control system using an INI file. An example of the ini file used can be found in /config/acl.ini.php.
-
JavascriptHelper
Javascript Helper class for easy use of JavaScript.
-
JqueryEngineHelper
jQuery Engine Helper for JsHelper
-
JsBaseEngineHelper
JsEngineBaseClass
-
JsHelper
Javascript Generator helper class for easy use of JavaScript.
-
L10n
Localization
-
MagicDb
A class to parse and use the MagicDb for file type analysis
-
MagicFileResource
MagicFileResource
-
MediaView
View, the V in the MVC triad.
-
MemcacheEngine
Memcache storage engine for cache. Memcache has some limitations in the amount of control you have over expire times far in the future. See MemcacheEngine::write() for more information.
-
Model
Object-relational mapper.
-
ModelBehavior
Model behavior base class.
-
ModelTask
Task class for creating and updating model files.
-
MootoolsEngineHelper
Mootools Engine Helper for JsHelper
-
Multibyte
Multibyte handling methods.
-
NumberHelper
Number helper library.
-
Object
Object class, allowing __construct and __destruct in PHP4.
-
Overloadable
Overloadable class selector
-
Overloadable2
Overloadable2 class selector
-
PagesController
Static content controller
-
PaginatorHelper
Pagination Helper class for easy generation of pagination links.
-
Permission
Permissions linking AROs with ACOs
-
PluginShortRoute
Plugin short route, that copies the plugin param to the controller parameters It is used for supporting /:plugin routes.
-
PluginTask
Task class for creating a plugin
-
ProjectTask
Task class for creating new project apps and plugins
-
PrototypeEngineHelper
Prototype Engine Helper for JsHelper
-
RequestHandlerComponent
Request object for handling HTTP requests
-
Router
Parses the request URL into controller, action, and parameters.
-
RssHelper
XML Helper class for easy output of XML structures.
-
Sanitize
Data Sanitization.
-
Scaffold
Scaffolding is a set of automatic actions for starting web development work faster.
-
ScaffoldView
ScaffoldView provides specific view file loading features for scaffolded views.
-
SchemaShell
Schema is a command-line database management utility for automating programmer chores.
-
Security
Security Library contains utility methods related to security
-
SecurityComponent
SecurityComponent
-
SessionComponent
Session Component.
-
SessionHelper
Session Helper.
-
Set
Class used for manipulation of arrays.
-
Shell
Base class for command-line utilities for automating programmer chores.
-
String
String handling methods.
-
TemplateTask
Template Task can generate templated output Used in other Tasks
-
TestSuiteShell
Test Suite Shell
-
TestTask
Task class for creating and updating test files.
-
TextHelper
Text helper library.
-
ThemeView
Theme view class
-
TimeHelper
Time Helper class for easy use of time data.
-
TranslateBehavior
Translate behavior
-
TreeBehavior
Tree Behavior.
-
Validation
Offers different validation methods.
-
View
View, the V in the MVC triad.
-
ViewTask
Task class for creating and updating view files.
-
XcacheEngine
Xcache storage engine for cache
-
Xml
Main XML class.
-
XmlElement
The XML Element
-
XmlHelper
XML Helper class for easy output of XML structures.
-
XmlManager
Manages application-wide namespaces and XML parsing/generation settings. Private class, used exclusively within scope of XML class.
-
XmlNode
XML node.
-
XmlTextNode
XML text or CDATA node