You also might want to have a look here, I talk about dynamic assertions.
By using assertions, you can do runtime lookups, this would prove to
keep your ACL definition very small and deferring complex rule lookups
until you really need to.
http://ralphschindler.com/2009/08/13/dynamic-assertions-for-zend_acl-in-zf
Ultimately, speed is gonna depend on how big your rulesets are, and
where the information is coming from. Remember, there are many ways to
architect the ruleset to achieve the same results.
-ralph
Саша Стаменковић wrote:
How slow is generating ACL from application.ini with resource?
When is dynamic ACL really required? Probably when you feel slow page
load :)
Regards,
Saša Stamenković
On Wed, Jan 20, 2010 at 5:48 PM, prodigitalson <[email protected]
<mailto:[email protected]>> wrote:
Unfortunately its older but ive found it tremendously helpful in a
recent 1.9
project:
http://codeutopia.net/blog/2009/02/18/zend_acl-part-3-creating-and-storing-dynamic-acls/
--
View this message in context:
http://n4.nabble.com/Pointer-to-ACL-tutoials-tp1018515p1018538.html
Sent from the Zend Framework mailing list archive at Nabble.com.