CakePHP
A Rapid Development Framework
Cake Software Foundation Inc. Author and Editor: John Anderson Author and Technical Editor: Larry E Masters
CakePHP Programmer's Reference Guide
by Cake Sof...
Super Awesome Advanced CakePHP Tips
This book is available for free at http://www.pseudocoder.com/free-cakep... Version 1.1
By Matt Curry pseudocoder.com twitter.com/mcurry matt@pseudocoder.c...
Here's the CakePHP 1.2 manual that I had fine-tuned to be used for printing.
UPDATE HISTORY:
[1 September 2009]
# Regenerated using Opera browser as Firefox print option eats up the sample co...
Cook up Web sites fast with CakePHP, Part 1: Getting started
Quick and easy PHP rapid-development aid
Skill Level: Intermediate Duane O'Brien (d@duaneobrien.com) PHP developer Freelance
21 Nov 200...
CakePHP
API
Docs
Bakery
Live
Forge
Trac
Login
Register
About CakePHP
Donate
News
Articles
Code
Articles
How to use ACL with Cake PHP 1.2.x?
By Ketan (ketan) This tutoria...
CakePHP has a number of built-in components. They provide out of the box functionality for several commonly used tasks. ACl, Auth, Session, RequestHandler, Security, Email, Cookie
This tutorial will brief you on how to use Acl in CakePHP 1.2.x versions. I had tough time figuring this out. But with help of Gwoo, AD7Six & others, and doing debugging and reading code, here come...
Want to make sure that two submitted form fields have the same value? Use the ability to write your own validation rules, to add this validation to your model.
It is very common when collecting a ...
Programming in PHP Have you Cake?
Agenda
Introduction Components needed ModelViewController Cake convention Relationship between Mode ls Validation of data Baking the cake ...
Create a Wiki web application with the PHP framework CakePHP. By IBM. Writing the core code. User login and logout. Working with entries and how to keep a history (revision of versions) of these. P...