Hi Teemu,
The ZFDemo tutorial has an example of using an ACL at a module level.
Section 8 of the tutorial introduces an ACL applied by a module to its
controllers and actions:
http://framework.zend.com/fisheye/browse/Zend_Framework_Laboratory/zfdemo/section8_acl
Section 17 of the tutorial adds caching of the ACL data structure to the
ACL code:
http://framework.zend.com/fisheye/browse/Zend_Framework_Laboratory/zfdemo/section17_perf
I will have the complete text of this section of the tutorial posted soon.
Cheers,
Gavin
Teemu Välimäki wrote:
Hi,
in case of defining ACL for module and everything under it how to do it? I can
come up with extending.
Thanks and have a great weekend!