You can use a combination of the Auth and ACL components. http://book.cakephp.org/view/1242/Access-Control-Lists http://book.cakephp.org/view/1250/Authentication
On Sep 21, 1:19 am, veganista <[email protected]> wrote: > Does anyone know of a way of doing something like this to check if a > user has access to a route? Ideally I'd like to use it in a view > > $user->checkAccess('plungin/controller/action') > > Thanks Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
