I noticed that Zend_View supports a search path for the display ccomponents (views, helpers, etc.) But, what is missing is the ability to do the same thing for Controllers. There is the master capability to add module specifications to paths.
   :module/:controller/...
But, if I'm trying to re-use multiple components (in one SVN tree) across multiple sites I would really find it useful if I could specify a search path for controllers. For instance, I would like to be able to share the FeedbackController across multiple projects without having to copy it into each sites tree.

Possible, or maybe something in the future? Really don't want to have to go and subclass Zend_Controller_Dispatcher_Standard just to have it handle search paths.

--koblas

Reply via email to