Plugins
I'm trying to figure out how to create plugins. I've read the piece in the Zend Framework documentation on it, but it doesn't seem to be working. I don't know if I need to use both setControllerDirectory() and addControllerDirectory() in the Front object to register my plugin? When I try to access /plugin/controller/action It can't find plugin controller. But it's not a controller, it's a module.
Any tips?
Thanks,
|