News Feed
Jobs Feed
Sections




News Archive
Adam Jensen's Blog:
Using Zend_Acl with Doctrine record listeners
November 25, 2009 @ 11:53:29

Adam Jensen has written up a quick tutorial about using Doctrine record listeners to link a Zend_Acl component with your database.

In previous Zend Framework apps I've written, I often handled access control at the level of the controller action. Each action was represented in the ACL as a resource, and the ACL logic was applied by a custom plugin just prior to any action dispatch. [...] As a result of these concerns, I decided on a lower-level, model-centric approach for this blog: my models are my resources. Each model class implements Zend_Acl_Resource_Interface, and the ACL specifies "create," "read," "update" and "destroy" privileges for each class (more or less).

Checking for the permissions with a setup like this can be time consuming, though, so he found an ally in the record listeners Doctrine allows you to set. He combines a Doctrine_Record_Listener object with a Zend_Acl one in a preInsert method with a getCurrentRole to add the user handling all in one place.

0 comments voice your opinion now!
record listener doctrine zendacl zendframework


blog comments powered by Disqus

Similar Posts

Josh Adell's Blog: Logging User Sessions Across Requests

Pàdraic Brady's Blog: YAML for the Zend Framework - well, maybe...

DynamicWbePages.de: New PHP Statistics

Matthew Weier O'Phinney's Blog: On Visibility in OOP

Paul Jones' Blog: New Year's Benchmarks


Community Events











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


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

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