Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 1.52 KB

core-libraries.rst

File metadata and controls

75 lines (50 loc) · 1.52 KB

Core Libraries

CakePHP comes with a plethora of built-in functions and classes. These classes and functions try to cover some of the most common features required in web applications.

General Purpose

General purpose libraries are available and reused in many places across CakePHP.

.. toctree::
    :maxdepth: 2

    core-libraries/toc-general-purpose

Behaviors

.. toctree::
    :maxdepth: 2

    core-libraries/toc-behaviors

Components

.. toctree::
    :maxdepth: 2

    /core-libraries/toc-components

Helpers

.. toctree::
    :maxdepth: 2

    /core-libraries/toc-helpers

Utilities

Beyond the core MVC components, CakePHP includes a great selection of utility classes that help you do everything from webservice requests, to caching, to logging, internationalization and more.

.. toctree::
    :maxdepth: 2

    core-libraries/toc-utilities