Re: Record-level permissions with ACL in CakePHP 2.0

2012-01-26 Thread Hank
The actual tutorial on ACL begins at: http://www.ibm.com/developerworks/opensource/tutorials/os-php-cake2/section5.html I wouldn't use too much code as it is dated however conceptually the ACL section of this tutorial is spot on. Refer to the api. -- Our newest site for the community: CakePHP

Re: Record-level permissions with ACL in CakePHP 2.0

2012-01-26 Thread Chooch Schubert
Perhaps the actual *link* would help! Sorry about that: http://www.ibm.com/developerworks/opensource/tutorials/os-php-cake1/index.html {c} On Thu, Jan 26, 2012 at 4:47 PM, Chooch Schubert wrote: > This tutorial from IBM may help you. It is listed as current for Cake > 1.3.4 and they are work

Re: Record-level permissions with ACL in CakePHP 2.0

2012-01-26 Thread Chooch Schubert
This tutorial from IBM may help you. It is listed as current for Cake 1.3.4 and they are working to update it for 2.0. Even given the differences, it might give you some code examples that you can manipulate to get what you want. {c} On Wed, Jan 25, 2012 at 5:18 PM, Brian wrote: > I'm working

Record-level permissions with ACL in CakePHP 2.0

2012-01-25 Thread Brian
I'm working on the authorization system for my web app. I began researching various ACL guides back during 1.3, but never found one that really clicked in my head. I've read the Cookbook tutorials, the Permissionable behavior, SuperAuth on github, etc trying to find a record-level auth solution tha