Cryptography and the Auth component

By Andrew Allen
Learn how, and why the auth component is so secure for your passwords.
[Read more]

Stack Behavior

By Ben Snider
This model behavior allows the use of the familiar stack data structure in a CakePHP database environment. Supports push, pop, top, and length methods, the core of any stack, along with a configurable link field.
[Read more]

Database design and CakePHP

By Frank de Graaf
To start with a CakePHP application you first need a proper database. This database will determine for a great part the structure of your application, with the data layer (Model layer) in particular. This article contains a way to a structured database and data layer for a CakePHP application from a conceptual point of view.
[Read more]

AuthExt a small Auth extension to set permission on user belonging to several groups/roles.

By franck
On google group I have seen many question about Auth-Acl usage for users having several roles or belonging to different groups.
There are plenty of good articles in blogs, bakery etc ..
This small extension should make the setting of permission easier, and really keep the native Auth goals.
[Read more]

SortableBehavior: sort your models arbitrarily

By Dardo Sordi
This behavior allow us to sort records arbitrarily.
[Read more]
 

Page 5 of 78, showing 5 articles out of 386 total, starting on article 21, ending on 25

<< previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 next >>