2
votes

I have been trying to learn CakePHP's ACL stuff recently but keep getting confused, does anyone have a completed version i.e. the source and database for the ACL tutorial at the Cookbook here: http://book.cakephp.org/view/1543/Simple-Acl-controlled-Application

Would much appreciate it, as I'd love to have a play with a working solution on my localhost.

Thanks

1

1 Answers

5
votes

Mark Story did a great tutorial here:

http://mark-story.com/posts/view/auth-and-acl-an-end-to-end-tutorial-pt-1

and here:

http://mark-story.com/posts/view/auth-and-acl-an-end-to-end-tutorial-pt-2

The Cake Manual version is based on this, but I found it much easier to follow for some reason. What particular problems are you running into?