Cryptography and the Auth component
Learn how, and why the auth component is so secure for your passwords.
[Read more] Stack Behavior
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
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.
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] 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.
SortableBehavior: sort your models arbitrarily
This behavior allow us to sort records arbitrarily.
[Read more]
Latest Comments