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...
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 ...
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...