Welcome to the Cookbook

loading...

{17833} - 1.3 Collection

All things related to CakePHP version 1.3

If you are migrating from CakePHP 1.2 please read the migration guide

If you are just starting with CakePHP get your feet wet with the getting started blog tutorial

{19388} - 1.3 Collection

This collection contains the documentation for the 1.3 branch of CakePHP. The documentation aims to explain the various parts of CakePHP and how you can use them to get things done.

If you are migrating from CakePHP 1.2 please read the migration guide

Start here

If you are just starting with CakePHP get your feet wet with the getting started blog tutorial

Dive in

  • Models Models contain the business logic for you application and provide ways to access and manipulate your data.
  • Controllers Controllers accept requests and work with models to prepare data for the view.
  • Views Views take data from the model and controller and present it in a way the user/client understands.

Differences

Lines: 1-22Lines: 1-5
 <title>1.3 Collection</title> <title>1.3 Collection</title>
-<p>This collection contains the documentation for the 1.3 branch of CakePHP. The documentation aims to explain the various parts of CakePHP and how you can use them to get things done.</p> +<p>All things related to CakePHP version 1.3</p>
 <p>If you are migrating from CakePHP 1.2 <a href="/view/1561/Migrating-from-CakePHP-1-2-to-1-3">please read the migration guide</a> <p>If you are migrating from CakePHP 1.2 <a href="/view/1561/Migrating-from-CakePHP-1-2-to-1-3">please read the migration guide</a>
-</p> 
-<p> 
-<strong>Start here</strong> 
 </p> </p>
 <p>If you are just starting with CakePHP get your feet wet with the <a href="/view/1528/Blog">getting started blog tutorial</a> <p>If you are just starting with CakePHP get your feet wet with the <a href="/view/1528/Blog">getting started blog tutorial</a>
-</p> 
-<p> 
-<strong>Dive in</strong> 
-</p> 
-<ul> 
-<li> 
-<a href="/view/1000/Models">Models</a> Models contain the business logic for you application and provide ways to access and manipulate your data. 
-</li> 
-<li> 
-<a href="/view/955/Controllers">Controllers</a> Controllers accept requests and work with models to prepare data for the view. 
-</li> 
-<li> 
-<a href="/view/1078/Views">Views</a> Views take data from the model and controller and present it in a way the user/client understands. 
-</li>