.. CakePHP Cookbook documentation master file, created by sphinx-quickstart on Tue Jan 18 12:54:14 2011. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome ####### The CakePHP cookbook, is an openly developed community editable documentation project. We hope to maintain a high level of quality, validity and accuracy for the documentation. Download the documentation: - `epub format <../_downloads/en/CakePHPCookbook.epub>`_ - `original source `_ Getting started =============== Build a blog ------------ Get started with the :doc:`blog tutorial`. You'll learn the basics of CakePHP, and build a basic blog in the process. Conventions ----------- Learn about a typical :doc:`CakePHP request ` and the :doc:`conventions ` that power CakePHP. Controllers ----------- Controllers handle requests, and help co-ordinate and prepare the response for the client. Read more about :doc:`/controllers` Views ----- Views are the presentation layer in CakePHP. They convert the data fetched from Models, into the output format the client requested. Read more about :doc:`/views` Models ------ Models are the heart of your application, they handle the validation, storage and retrieval of your data. Read more about :doc:`/models` Getting Help ============ If you're stuck, there are a number of places :doc:`you can get help ` .. meta:: :title lang=en: .. CakePHP Cookbook documentation master file, created by :keywords lang=en: doc models,documentation master,presentation layer,documentation project,quickstart,original source,sphinx,liking,cookbook,validity,conventions,validation,cakephp,accuracy,storage and retrieval,heart,blog,project hope