Skip to content

Latest commit

 

History

History
84 lines (56 loc) · 1.96 KB

core-libraries.rst

File metadata and controls

84 lines (56 loc) · 1.96 KB

Core Libraries

Note

La documentación no es compatible actualmente con el idioma español en esta página.

Por favor, siéntase libre de enviarnos un pull request en Github o utilizar el botón Improve this Doc para proponer directamente los cambios.

Usted puede hacer referencia a la versión en Inglés en el menú de selección superior para obtener información sobre el tema de esta página.

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