On Tue, Mar 11, 2008 at 3:21 AM, Per Jessen <[EMAIL PROTECTED]> wrote:
> Eric Butera wrote:
>
>  >
>  > Read up on "ACL's."
>  >
>
>  Apart from Zend which you've mentiond below, is there anything in/for
>  PHP that will help implement ACLs for a PHP application?
>
>
>  > http://en.wikipedia.org/wiki/Access_control_list
>  > http://framework.zend.com/manual/en/zend.acl.html
>
>  Does anyone use the Zend ACL stuff?
>
>
>  /Per Jessen, Zürich
>
>
>  --
>
>
> PHP General Mailing List (http://www.php.net/)
>  To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Not really.  It is just a high level concept that users get roles.
Then in your code you define what roles can do.  If you're into books
on tape check this podcast [1] out.

A few years ago the PEAR people were pimping something called LiveUser
[2] which now seems to be dead.  Kind of ironic too since I remember
at the time everyone was saying stop working on your own and use ours.

[1] 
http://devzone.zend.com/article/2452-PHP-Abstract-Podcast-Episode-15-The-Zend-Access-Control-List
[2] http://pear.php.net/package/liveuser

Reply via email to