Archive for May, 2009

Implementing row level access control in CakePHP

Posted on May 2nd, 2009 in Programming | 4 Comments »

The ACL Component in CakePHP is very powerful and can be used to solve a wide variety of access control problems. In this tutorial, we provide a step-by-step guide for implementing row level access control to a model.

Read the rest of this entry »

Creating a community in five minutes with CakePHP

Posted on May 1st, 2009 in Programming | 15 Comments »

CakePHP’s automatic hashing makes things a lot harder than they need to be, and simple tasks (e.g. a registration page) become annoyingly difficult.

Here, we build a complete community based website in five minutes using Cake best practices, with the following features:

  • Account registration
  • Login and logout
  • Account management page
  • Password retrieval
Read the rest of this entry »