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 libraries are available and reused in many places across CakePHP.
.. toctree:: :maxdepth: 2 core-libraries/toc-general-purpose
.. toctree:: :maxdepth: 2 core-libraries/toc-behaviors
.. toctree:: :maxdepth: 2 /core-libraries/toc-components
.. toctree:: :maxdepth: 2 /core-libraries/toc-helpers
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