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 cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to