CakePHP
  • Documentation
    • Book
    • API
    • Videos
    • Reporting Security Issues
    • Privacy Policy
    • Logos & Trademarks
  • Business Solutions
  • Swag
  • Road Trip
  • Team
  • Community
    • Community
    • Get Involved
    • Issues (GitHub)
    • Bakery
    • Featured Resources
    • Training
    • Meetups
    • My CakePHP
    • CakeFest
    • Newsletter
    • Linkedin
    • YouTube
    • Facebook
    • Twitter
    • Mastodon
    • Help & Support
    • Forum
    • Stack Overflow
    • Slack
    • Paid Support
CakePHP

C CakePHP 1.2 API

  • Overview
  • Tree
  • Deprecated
  • Version:
    • 1.2
      • 4.2
      • 4.1
      • 4.0
      • 3.9
      • 3.8
      • 3.7
      • 3.6
      • 3.5
      • 3.4
      • 3.3
      • 3.2
      • 3.1
      • 3.0
      • 2.10
      • 2.9
      • 2.8
      • 2.7
      • 2.6
      • 2.5
      • 2.4
      • 2.3
      • 2.2
      • 2.1
      • 2.0
      • 1.3
      • 1.2

Classes

  • AclBase
  • AclBehavior
  • AclComponent
  • AclNode
  • AclShell
  • Aco
  • AcoAction
  • AjaxHelper
  • ApcEngine
  • ApiShell
  • App
  • AppController
  • AppHelper
  • AppModel
  • Aro
  • AuthComponent
  • BakeShell
  • BehaviorCollection
  • Cache
  • CacheEngine
  • CacheHelper
  • CakeErrorController
  • CakeLog
  • CakeSchema
  • CakeSession
  • CakeSocket
  • ClassRegistry
  • Component
  • Configure
  • ConnectionManager
  • ConsoleShell
  • ContainableBehavior
  • Controller
  • ControllerTask
  • CookieComponent
  • DataSource
  • DbAcl
  • DbAclSchema
  • DbConfigTask
  • DboAdodb
  • DboDb2
  • DboFirebird
  • DboMssql
  • DboMysql
  • DboMysqlBase
  • DboMysqli
  • DboOdbc
  • DboOracle
  • DboPostgres
  • DboSource
  • DboSqlite
  • DboSybase
  • Debugger
  • EmailComponent
  • ErrorHandler
  • ExtractTask
  • File
  • FileEngine
  • Flay
  • Folder
  • FormHelper
  • Helper
  • HtmlHelper
  • HttpSocket
  • I18n
  • I18nModel
  • i18nSchema
  • I18nShell
  • Inflector
  • IniAcl
  • JavascriptHelper
  • JsHelper
  • JsHelperObject
  • L10n
  • MagicDb
  • MagicFileResource
  • MediaView
  • MemcacheEngine
  • Model
  • ModelBehavior
  • ModelTask
  • Multibyte
  • NumberHelper
  • Object
  • Overloadable
  • Overloadable2
  • PagesController
  • PaginatorHelper
  • Permission
  • PluginTask
  • ProjectTask
  • RequestHandlerComponent
  • Router
  • RssHelper
  • Sanitize
  • Scaffold
  • ScaffoldView
  • SchemaShell
  • Security
  • SecurityComponent
  • SessionComponent
  • SessionHelper
  • SessionsSchema
  • Set
  • Shell
  • String
  • TestSuiteShell
  • TestTask
  • TextHelper
  • ThemeView
  • TimeHelper
  • TranslateBehavior
  • TreeBehavior
  • Validation
  • View
  • ViewTask
  • XcacheEngine
  • Xml
  • XmlElement
  • XmlHelper
  • XmlManager
  • XmlNode
  • XmlTextNode

Functions

  • __enclose
  • make_clean_css
  • mb_encode_mimeheader
  • mb_stripos
  • mb_stristr
  • mb_strlen
  • mb_strpos
  • mb_strrchr
  • mb_strrichr
  • mb_strripos
  • mb_strrpos
  • mb_strstr
  • mb_strtolower
  • mb_strtoupper
  • mb_substr
  • mb_substr_count
  • write_css_cache

CakePHP 1.2

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

    Short description for file

  • AclComponent

    Access Control List factory class.

  • AclNode

    Short description for file.

  • AclShell

    Shell for ACL management.

  • 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 and file loader.

  • AppController

  • AppHelper

  • AppModel

  • Aro

    Access Request Object

  • AuthComponent

    Authentication control component class

  • BakeShell

    Bake is a command-line code generation utility for automating programmer chores.

  • 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 text files

  • 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

    In this file you can extend the AclBase.

  • DbAclSchema

    Base Class for Schema management

  • DbConfigTask

    Task class for creating and updating the database configuration file.

  • DboAdodb

    AdoDB DBO implementation.

  • DboDb2

    IBM DB2 for DBO

  • DboFirebird

    Short description for class.

  • DboMssql

    Short description for class.

  • DboMysql

    MySQL DBO driver object

  • DboMysqlBase

    Provides common base for MySQL & MySQLi connections

  • DboMysqli

    MySQLi DBO driver object

  • DboOdbc

    Short description for class.

  • DboOracle

    Short description for class.

  • DboPostgres

    PostgreSQL layer for DBO.

  • DboSource

    DboSource

  • DboSqlite

    DBO implementation for the SQLite DBMS.

  • DboSybase

    Short description for class.

  • Debugger

    Provide custom logging and error handling.

  • EmailComponent

    Object class, allowing __construct and __destruct in PHP4.

  • ErrorHandler

    Error Handler.

  • ExtractTask

    Language string extractor

  • File

    Convenience class for reading, writing and appending to files.

  • FileEngine

    File Storage engine for cache

  • Flay

    Text-to-HTML parser.

  • Folder

    Folder structure browser, lists folders and files.

  • FormHelper

    Form helper library.

  • Helper

    Backend for helpers.

  • HtmlHelper

    Html Helper class for easy use of HTML widgets.

  • HttpSocket

    Cake network socket connection class.

  • I18n

    Short description for file.

  • I18nModel

  • i18nSchema

    Base Class for Schema management

  • I18nShell

    Shell for I18N management.

  • Inflector

    Pluralize and singularize English words.

  • IniAcl

    In this file you can extend the AclBase.

  • JavascriptHelper

    Javascript Helper class for easy use of JavaScript.

  • JsHelper

    Javascript Generator helper class for easy use of JavaScript.

  • JsHelperObject

  • L10n

    Short description for file.

  • MagicDb

    A class to parse and use the MagicDb for file type analysis

  • MagicFileResource

    undocumented class

  • MediaView

    Methods to display or download any type of file

  • MemcacheEngine

    Memcache storage engine for cache

  • Model

    Object-relational mapper.

  • ModelBehavior

    Model behavior base class.

  • ModelTask

    Task class for creating and updating model files.

  • 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

  • PaginatorHelper

    Pagination Helper class for easy generation of pagination links.

  • Permission

    Permissions linking AROs with ACOs

  • PluginTask

    Task class for creating a plugin

  • ProjectTask

    Task class for creating new project apps and plugins

  • 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 views, forms and controllers for starting web development work faster.

  • ScaffoldView

    Theme view class

  • SchemaShell

    Schema is a command-line database management utility for automating programmer chores.

  • Security

    Short description for file.

  • SecurityComponent

    Short description for file.

  • SessionComponent

    Session Component.

  • SessionHelper

    Session Helper.

  • SessionsSchema

    Base Class for Schema management

  • Set

    Class used for manipulation of arrays.

  • Shell

    Base class for command-line utilities for automating programmer chores.

  • String

    String handling methods.

  • 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

    Short description for file.

  • 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

Function summary

  • __enclose

    Enclose a string for preg matching.

  • make_clean_css

    Enter description here...

  • mb_encode_mimeheader

  • mb_stripos

  • mb_stristr

  • mb_strlen

  • mb_strpos

  • mb_strrchr

  • mb_strrichr

  • mb_strripos

  • mb_strrpos

  • mb_strstr

  • mb_strtolower

  • mb_strtoupper

  • mb_substr

  • mb_substr_count

  • write_css_cache

    Enter description here...

OpenHub
Rackspace
Rackspace
  • Business Solutions
  • Showcase
  • Documentation
  • Book
  • API
  • Videos
  • Reporting Security Issues
  • Privacy Policy
  • Logos & Trademarks
  • Community
  • Get Involved
  • Issues (GitHub)
  • Bakery
  • Featured Resources
  • Training
  • Meetups
  • My CakePHP
  • CakeFest
  • Newsletter
  • Linkedin
  • YouTube
  • Facebook
  • Twitter
  • Mastodon
  • Help & Support
  • Forum
  • Stack Overflow
  • Slack
  • Paid Support

Generated using CakePHP API Docs