If you're using the controller to authorize, then it will automatically check for an isAuthorized method on the controller. From there, you can do your check, and return true or false depending on if the user has permission. Many times, this is just a check using AclComponent::check().
-- 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
