January 2007
Using FCKeditor with CakePHP
FCKeditor is a powerful WYSIWYG editor that replaces the plain, old and boring textarea form element. It has file management functions (so you can upload images, flash and other files directly from it) and many more useful functions.
Basic User Authentication in 1.2.x
In this tutorial we'll cover all aspects of MVC in an authentication role, logging a user in, maintaining a session, and restricting unauthorized access to controller actions.
November 2006
Extending the CakePHP framework
How to extend the CakePHP framework with helpers, components, and plug-ins.
Taking Advantage of the Pages Controller
Looking for a few tips on how to make the Pages Controller your new friend? Out-of-the-box it maps incoming requests to their views, sets the page title, and even handles sub-pages well. But wait, there's more!
Cake Tutorial: Associations automatiques (avec hasOne)
Exemples d'association avec CakePHP
1
(9 marks)