Re: $this->Auth->Allow('*') and scaffold problem

2011-12-21 Thread Sam Sherlock
Acl and scaffold don't play nice. Comment that comp for now add it later - S On 21 Dec 2011 12:47, "gloop" wrote: > Hello everybody, > > i cant believe it. I solved my last problem with Scaffold and now ive > a new one. > > I add in my AppController an Auth and allow it to all my functions: > c

$this->Auth->Allow('*') and scaffold problem

2011-12-21 Thread gloop
Hello everybody, i cant believe it. I solved my last problem with Scaffold and now ive a new one. I add in my AppController an Auth and allow it to all my functions: class AppController extends Controller { var $components = array('Acl', 'Auth' => array(