There you go, that just goes to show that I have no clue what I'm talking about.
So....I'll be patiently waiting for Chris or someone else to do that write up. Since there's not going to be an official Manual for 1.2, I guess I have to just wait on enterprising bloggers. -- Baz L Web Development 2.0: Web Design, CakePHP, Javascript http://www.WebDevelopment2.com/ On 9/10/07, Dr. Tarique Sani <[EMAIL PROTECTED]> wrote: > > > On 9/10/07, Baz <[EMAIL PROTECTED]> wrote: > > As far as I understand, the Auth Component is only half of the story. > You > > still have to set up all that ACL stuff before hand. > > No - you can simply use the Auth by writing isAuthorized method in > your controller OR model and setting the appropriate option, this is > typically in your app_controller > > So you write $this->Auth->authorize = 'controller'; or > $this->Auth->authorize = 'model'; > > you can use whatever logic you want in your isAuthorized method > > > > T > > -- > ============================================================= > Cheesecake-Photoblog: http://cheesecake-photoblog.org > PHP for E-Biz: http://sanisoft.com > ============================================================= > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
