1 <?xml version="1.0" encoding="UTF-8"?>
3 <sect1 id="learning.plugins.conclusion">
4 <title>Conclusion</title>
7 Understanding the concept of prefix paths and overriding existing plugins will help you with
8 your understanding of many components within the framework. Plugins are used in a variety of
15 <classname>Zend_Application</classname>: resources.
21 <classname>Zend_Controller_Action</classname>: action helpers.
27 <classname>Zend_Feed_Reader</classname>: plugins.
33 <classname>Zend_Form</classname>: elements, filters, validators, and decorators.
39 <classname>Zend_View</classname>: view helpers.
45 And several more places, besides. Learn the concepts early so you can leverage this
46 important extension point in Zend Framework.
53 We'll note here that <classname>Zend_Controller_Front</classname> has a plugin system -
54 but it does not adhere to any of the guidelines offerred in this tutorial. The plugins
55 registered with the front controller must be instantiated directly and registered
56 individually with it. The reason for this is that this system predates any other plugin
57 system in the framework, and changes to it must be carefully weighed to ensure existing
58 plugins written by developers continue to work with it.