I had to take a little hiatus the last few weeks, however I’m hoping to get back into a weekly posting schedule. This video is an introduction in how to effectively use Zend Controller Plugins. The Zend Documentation refers to Zend Controller plugins being part of the Action Stack which is a simple data structure…

I had to take a little hiatus the last few weeks, however I’m hoping to get back into a weekly posting schedule.


This video is an introduction in how to effectively use Zend Controller Plugins. The Zend Documentation refers to Zend Controller plugins being part of the Action Stack which is a simple data structure that can be filled with a bunch of plugins which will run in succession.


We’ll create a simple asset protection script using the Zend Framework’s built in Zend Controller Plugin architecture.


Grab a copy of the project or browse the repository.