2009年6月23日星期二

[fw-auth] Acl with modules syntax doubt

Hi.
I'm set up an acl system with modules.
This code works fine but I've never seen
this syntax in the reference manual so
I'm asking for advice.

the code

<pre>
$this->_acl->allow('member','users');
$this->_acl->allow('member', 'users:index');
//$this->_acl->allow('member','users','index'); it doesn't work
</pre>

Member has privileges to access to my
modules users
controller index
action index


Can you enlighten me, please ?

Bye.

--
View this message in context: http://www.nabble.com/Acl-with-modules-syntax-doubt-tp24174953p24174953.html
Sent from the Zend Auth mailing list archive at Nabble.com.

没有评论: