Chris Morrell writes; In most of my applications I like to handle authorization (querying the ACL) in one (or more) of three ways: Authorize access to a model’s method Authorize access to a controller action Authorize access to an arbitrary “permission” In general I find it’s best to keep authorization within the domain (querying the ACL […]
Jon Lebensold publishes the second part of his series on using Doctrine in combination with Zend_Auth & Zend_Auth_Adaptor; Here’s the second part of my Doctrine / Zend_Auth example. In 15 minutes, we create a logout, login and protected area that’s reliant on the ZC_Auth_Adapter adapter we created in last week’s video. Notice how there’s no […]
Jon Lebensold publishes another installment of his popular screen cast series, he writes; I’ve been using Doctrine a lot in my own work, and recently found myself itching to have tighter integration between Zend and Doctrine when it comes to user logins. Luckily, Zend provides a very simple interface with regards to Zend_Auth. This way, […]
Setting up a simple *working* example of Acl & Navigation in Zend Framework 1.9.x as demonstrated by jscherer26.
Enjoy