Friday, September 30, 2011

Re: [Noob!] Acl Tutorial Question

  $this->Auth->authorize = 'controller';
change to
  $this->Auth->authorize = 'actions';

or crud if your mapping actions
http://book.cakephp.org/view/1275/authorize

On 29 September 2011 03:34, Austin Pickett <phragg@gmail.com> wrote:
 $this->Auth->authorize = 'controller';

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: