News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Zend_Acl part 3 creating and storing dynamic ACLs
February 19, 2009 @ 07:56:49

Jani Hartikainen has posted the third part of his series looking at access control and the Zend_Acl component of the Zend Framework. This article focuses on creating and storing dynamic ACL lists in a database.

As we have previously looked at ACLs which are hardcoded, we will now look at building a "dynamic" ACL. Previously shown "static" ACLs are good for quick and simple sites, but when you actually require the ability for administrators to define access rights on the fly using an admin panel, they quickly lose their usefulness.

Dynamic lists provide more flexibility in handling the access control of your site - it allows you to only pull what you need (just that user) when you need it. His method uses an ACL factory class to create the Zend_Acl objects for each request. He includes an example of protecting an application used to serve out files to visitors. You can download the code if you'd like to mess around with it yourself.

0 comments voice your opinion now!
zendacl create store dynamic access control tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Building AJAX Applications with PHP and HTML_AJAX

DevShed: Storing PHP Sessions in a Database

Derick Rethans' Blog: Storing Date/Times in Databases

Zend Developer Zone: AJAX Chat Tutorial Part 6 : Updating the User List

PHPFreaks.com: Protecting php applications with PHPIDS


Community Events









Don't see your event here?
Let us know!


zendframework2 community code functional example unittest composer framework testing interview development object tool release language introduction podcast api opinion event

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework