Thread: Plugins
View Single Post
  #2 (permalink)  
Old 04-26-2007, 09:23 PM
jeffrey_stevenson jeffrey_stevenson is offline
Junior Member
 
Join Date: Apr 2007
Posts: 5
Question 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?
Reply With Quote