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

SomeCoders.com: Member Managment System Using PHP, AJAX and script.aculo.us (Part 3)

Rob Allen's Blog: Where to set up your view?

codediesel.com: 6 books to master PHP

Zend Developer Zone: PHP User Group Panel Discussion at ZendCon UnCon

David Coallier's Blog: Zend Framework Without PDO


Community Events











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


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

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