Modules not Plugins
I guess I was confusing plugins with modules. I'm use to cakephp which calls their modules plugins, and it appears that what is a plugin for Zend is a component for cakephp? Anyways, I'm trying to figure out how to use modules. I was able to access the path of my MVC module for the controller, but not when I do a /module/controller/action only when I do a /controller/action
Anyone know what I'm missing?
|