News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
Applying ACLs to Models
December 24, 2008 @ 14:18:29

Matthew Weier O'Phinney has a new post today looking at how you can integrate access control list (ACL) functionality into your Zend Framework application's models.

In my last post, I discussed using Zend_Form as a combination input filter/value object within your models. In this post, I'll discuss using Access Control Lists (ACLs) as part of your modelling strategy. ACLs are used to indicate who has access to do what on a given resource. In the paradigm I will put forward, your resource is your model, and the what are the various methods of the model. If you finesse a bit, you'll have "user" objects that act as your who.

He looks at the Zend_Acl component and how to extend your model with it to work with roles in a sample BugTracker application providing an abstraction interface to work with identities for your users.

0 comments voice your opinion now!
acl access control list zendframework model user


blog comments powered by Disqus

Similar Posts

Emran Hasan's Blog: Extended Model for CodeIgniter

Bill Karwin's Blog: ActiveRecord does not suck

Thomas Buck: Tom's PHP Commandments - Take heed

Eran Galperin's Blog: Zend Framework dependency manager

Matthew Weier O'Phinney's Blog: From the inside-out: How to layer decorators


Community Events











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


community introduction unittest opinion framework interview example database testing series functional language api composer phpunit development release zendframework2 code podcast

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