CakePHP Auth Component - Users, Groups & Permissions

Published: on 20/5/08 | Comments (32)

UPDATE:

following on from the great response I have received to this article and numerous suggestions and requests left in the comments, I have now published an updated version of this article, which you can find here, the updated version contains all the code found here plus it has been refactored and improved to add features such as CakePHP 1.2.0.7125RC1 support, along with Permissions Caching and Controller Wide Permissions Wildcard support.

Ok, I've been using CakePHP for about three...


About Studio Canaria...

Published: on 15/5/08 | Comments (0)

Studio Canaria is the web site (and playground) of freelance web site designer and software developer Peter Butler.

First off, this site is intended as a resource, a place to document favourite web sites, solutions to common coding problems, a sounding board for ideas and a place to publish tips and information that may benefit both myself and the community who use this site.

Secondly this site is my own personal coding playground, a place to try out new techniques and show off what I can...


CakePHP 1.2 Stable

Published: on 15/5/08 | Comments (0)

As a professional software developer, I have worked with numerous programming languages and more recently development frameworks, but a little over 2 years ago I discovered the CakePHP framework and I have been a keen convert ever since.

CakePHP is a modern, well structured framework for developing PHP applications in a fraction of the time it would normally take.

Much of the repetitive code used over and over again in many web applications is already implemented and because it is so...


<< Newer | 1 | 2 | 3 | 4 | 5
| Older >>

About Studio Canaria

Studio Canaria is the web site of freelance web developer, Peter Butler. Articles on this site relate to designing, developing and marketing modern web applications.

Recent Comments

Dave on CakePHP Auth Component - Users, Groups & Permissions Revisited
I dont understand how you define permissions for each contoller to User. Do I have to manually...
SI on CakePHP Auth Component - Users, Groups & Permissions Revisited
Hi Peter,

I am having little issue logging into the application. I have 2 user groups both having...
Alig on CakePHP Auth Component - Users, Groups & Permissions Revisited
Thank you very much for this tutorial. After fighting for hours to get the cakephp ACL working,...
Benny on CakePHP Auth Component - Users, Groups & Permissions Revisited
thank you for your solution it's perfect , you are genius , thank you this is the best ( beside...
Gordon on CakePHP Auth Component - Users, Groups & Permissions Revisited
I'm having a similar problem to luis. I followed everything as instructed here up to the point...