View Single Post
  #2 (permalink)  
Old 04-16-2008, 02:23 PM
Elemental's Avatar
Elemental Elemental is offline
Senior Member
 
Join Date: Jul 2007
Posts: 122
Default

I tend to put any and all classes in the library, be it an action helper, view helper, new base controller, what ever... If its used by more than one module or controller I put it in my library. Follow the ZF naming conventions and Zend_Loader can handle all the loading. If its a view helper and is only needed for this one module then I put it in the module's view/helpers/ path.


library
- Zend
- - ...
- MyLib
- -...
Reply With Quote