Gears

A PHP class that loads template files, binds variables to a single file or globally without the need for custom placeholders/variables, allows for parent-child hierarchy and parses the template structure.

Entries for Tutorial

When a form is submitted in CakePHP, any errors that fail the model validation are displayed after each respective input field. But if you're like me and really dislike that structure and output, and would rather have your errors displayed in a list above the form, then this is how you do it. Continue reading...
After diving into CakePHP, I thought it best to learn the AuthComponent (a user login and authentication system). In this tutorial I will teach you how to write the code and to use it accordingly. Continue reading...