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 2.8 API

  • Overview
  • Tree
  • Deprecated
  • Version:
    • 2.8
      • 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

Packages

  • Cake
    • Cache
      • Engine
    • Configure
    • Console
      • Command
        • Task
    • Controller
      • Component
        • Acl
        • Auth
    • Core
    • Error
    • Event
    • I18n
    • Log
      • Engine
    • Model
      • Behavior
      • Datasource
        • Database
        • Session
      • Validator
    • Network
      • Email
      • Http
    • Routing
      • Filter
      • Route
    • TestSuite
      • Coverage
      • Fixture
      • Reporter
    • Utility
    • View
      • Helper
  • None

Functions

  • __
  • __c
  • __d
  • __dc
  • __dcn
  • __dn
  • __dx
  • __dxc
  • __dxcn
  • __dxn
  • __n
  • __x
  • __xc
  • __xn
  • am
  • cache
  • clearCache
  • config
  • convertSlash
  • debug
  • env
  • fileExistsInPath
  • h
  • json_last_error_msg
  • LogError
  • 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
  • pluginSplit
  • pr
  • sortByKey
  • stackTrace
  • stripslashes_deep

Package Cake

Package summary

  • Cake\Cache
  • Cake\Configure
  • Cake\Console
  • Cake\Controller
  • Cake\Core
  • Cake\Error
  • Cake\Event
  • Cake\I18n
  • Cake\Log
  • Cake\Model
  • Cake\Network
  • Cake\Routing
  • Cake\TestSuite
  • Cake\Utility
  • Cake\View

Function summary

  • __

    Returns a translated string if one is found; Otherwise, the submitted message.

  • __c

    The category argument allows a specific category of the locale settings to be used for fetching a message. Valid categories are: LC_CTYPE, LC_NUMERIC, LC_TIME, LC_COLLATE, LC_MONETARY, LC_MESSAGES and LC_ALL.

  • __d

    Allows you to override the current domain for a single message lookup.

  • __dc

    Allows you to override the current domain for a single message lookup. It also allows you to specify a category.

  • __dcn

    Allows you to override the current domain for a single plural message lookup. It also allows you to specify a category. Returns correct plural form of message identified by $singular and $plural for count $count from domain $domain.

  • __dn

    Allows you to override the current domain for a single plural message lookup. Returns correct plural form of message identified by $singular and $plural for count $count from domain $domain.

  • __dx

    Allows you to override the current domain for a single message lookup.

  • __dxc

    Allows you to override the current domain for a single message lookup. It also allows you to specify a category.

  • __dxcn

    Allows you to override the current domain for a single plural message lookup. It also allows you to specify a category. Returns correct plural form of message identified by $singular and $plural for count $count from domain $domain.

  • __dxn

    Allows you to override the current domain for a single plural message lookup. Returns correct plural form of message identified by $singular and $plural for count $count from domain $domain.

  • __n

    Returns correct plural form of message identified by $singular and $plural for count $count. Some languages have more than one form for plural messages dependent on the count.

  • __x

    Returns a translated string if one is found; Otherwise, the submitted message.

  • __xc

    The category argument allows a specific category of the locale settings to be used for fetching a message. Valid categories are: LC_CTYPE, LC_NUMERIC, LC_TIME, LC_COLLATE, LC_MONETARY, LC_MESSAGES and LC_ALL.

  • __xn

    Returns correct plural form of message identified by $singular and $plural for count $count. Some languages have more than one form for plural messages dependent on the count.

  • am

    Merge a group of arrays

  • cache

    Reads/writes temporary data to cache files or session.

  • clearCache

    Used to delete files in the cache directories, or clear contents of cache directories

  • config

    Loads configuration files. Receives a set of configuration files to load. Example:

  • convertSlash

    Convert forward slashes to underscores and removes first and last underscores in a string

  • debug

    Prints out debug information about given variable.

  • env

    Gets an environment variable from available sources, and provides emulation for unsupported or inconsistent environment variables (i.e. DOCUMENT_ROOT on IIS, or SCRIPT_NAME in CGI mode). Also exposes some additional custom environment information.

  • fileExistsInPath

    Searches include path for files.

  • h

    Convenience method for htmlspecialchars.

  • json_last_error_msg

    Provides the fallback implementation of json_last_error_msg() available in PHP 5.5 and above.

  • LogError

    Shortcut to Log::write.

  • mb_encode_mimeheader

    Encode string for MIME header

  • mb_stripos

    Find position of first occurrence of a case-insensitive string.

  • mb_stristr

    Finds first occurrence of a string within another, case insensitive.

  • mb_strlen

    Get string length.

  • mb_strpos

    Find position of first occurrence of a string.

  • mb_strrchr

    Finds the last occurrence of a character in a string within another.

  • mb_strrichr

    Finds the last occurrence of a character in a string within another, case insensitive.

  • mb_strripos

    Finds position of last occurrence of a string within another, case insensitive

  • mb_strrpos

    Find position of last occurrence of a string in a string.

  • mb_strstr

    Finds first occurrence of a string within another

  • mb_strtolower

    Make a string lowercase

  • mb_strtoupper

    Make a string uppercase

  • mb_substr

    Get part of string

  • mb_substr_count

    Count the number of substring occurrences

  • pluginSplit

    Splits a dot syntax plugin name into its plugin and class name. If $name does not have a dot, then index 0 will be null.

  • pr

    print_r() convenience function

  • sortByKey

    Sorts given $array by key $sortBy.

  • stackTrace

    Outputs a stack trace based on the supplied options.

  • stripslashes_deep

    Recursively strips slashes from all values in an array

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