Thanks for the reply. I've already done that and *NOWHERE *does it say you can pass 'Admin' => TRUE. If I hadn't stumbled across a random tutorial with the same issues I wouldn't have been able to progress in building my app.
Is there some set of global array flags you can pass to certain properties? On Thursday, 26 July 2012 10:13:14 UTC+1, Dr. Tarique Sani wrote: > > My recommendation is pretty basic too > > http://book.cakephp.org/2.0/en/index.html <- start here and continue > till the appendices only then take a look at the API > > :-) > > HTH > Tarique > > > On Thu, Jul 26, 2012 at 2:03 PM, bigjimmi > wrote: > > Hi Guys > > > > First post, apologies its pretty basic! > > > > I'm struggling with the cakephp docs, where can I find exactly what I > can > > pass to certain properties? > > > > For example, it to me AGES to discover I could pass 'admin' => TRUE to > > > > $this->Auth->loginAction = array('controller' => 'users', 'action' => > > 'login', 'admin' => TRUE); > > > > Which caused me loads of problems. > > > > Where can I find out what else I can pass? I've looked at the API and it > > just says array(), but WHAT can the array consist of? > > > > Thanks in advance for your time. > > > > -- > > 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 > > [email protected] For more options, visit this > group at > > http://groups.google.com/group/cake-php > > > > -- > ============================================================= > PHP for E-Biz: http://sanisoft.com > ============================================================= > -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
