News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
Zend_Application and Zend_Acl
August 17, 2010 @ 12:08:49

In a new post to his blog today Chris Hartjes looks at some of his thought process when implementing authentication and access control in his Zend Framework applications.

One of the more frustrating things about using Zend Framework is that for pretty much any topic, there is always at least 2 ways to accomplish a particular task. For a beginner with the framework, this is a humungous barrier to overcome. When I try to implement something, my first question is no longer "how will I do this" but "where the hell should I put this code?". In my case, the problem I was attempting to solve was "how do I implement ACL for one module in my application?"

He found examples using plugins, pieces in the front controller, putting code in preDispatch but they didn't fit his situation. Instead he used these examples to create his solution. The code for this is included in the post along with a unit test (PHPUnit) to help ensure everything's working.

0 comments voice your opinion now!
zendapplication zendacl example unittest


blog comments powered by Disqus

Similar Posts

Jose da Silva's Blog: Revisiting PHP 5.3 __invoke magic method

Zend Developer Zone: Improving Code Quality with Flash Builder 4 and PHPUnit

Developer Tutorials Blog: SimpleTest: Unit Testing for PHP

Chris Hartjes' Blog: Simple API Testing Using Behat

DevShed: Understanding Destructors in PHP 5


Community Events











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


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

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