AuthComponent: Difference between allowedActions and allow()?

Posted by takabanana on Stack Overflow See other posts from Stack Overflow or by takabanana
Published on 2010-04-24T16:53:19Z Indexed on 2010/04/24 19:13 UTC
Read the original article Hit count: 99

Filed under:
|
|

What is the difference between using AuthComponent::allowedActions and AuthComponent::allow? When I Google, I see the majority of examples and documents using or talking about allow(), but only a few using allowedActions. But they both seem similar in usage.

© Stack Overflow or respective owner

Related posts about auth

Related posts about cakephp