Protecting Assets with Zend Controller Plugins




Zend Screencasts: Video Tutorials about the Zend PHP Framework  (iphone) show

Summary: <p>I had to take a little hiatus the last few weeks, however I’m hoping to get back into a weekly posting schedule.</p> <p>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. </p> <p>We’ll create a simple asset protection script using the Zend Framework’s built in Zend Controller Plugin architecture. </p> <p>Grab a <a href="http://zendcasts.googlecode.com/svn/trunk/zc35-protecting-assets-with-zend-controller-plugins/zc35-protecting-assets-with-zend-controller-plugins.zip">copy of the project</a> or <a href="http://code.google.com/p/zendcasts/source/browse/#svn/trunk/zc35-protecting-assets-with-zend-controller-plugins/application">browse the repository</a>.</p>