Hi,
I've got, say, two actions, with exactly the same action name but
belong to different controllers.
posts/add,
comments/add.
I want to set:
$this->Auth->allow('comments/add');
(while blocking users not logged in from access posts/add)
But this syntax does not seem to be supported by Auth component.
Is there any way I can do this within the boundary of Auth component.
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---