Thread: Base project
View Single Post
  #2 (permalink)  
Old 05-09-2008, 05:20 PM
Martin Hujer Martin Hujer is offline
Member
 
Join Date: Mar 2007
Posts: 40
Default

Hi,

good idea. I was thinking about something more or less the same, so here are things, I would do elseway:

1) Zend_Loader::registerAutoload()
- no need to load all classes manually
2) I prefer to have an extra controller derived from Zend_Controller_Action and my app's controllers are derived from it.

Good job, anyway
Reply With Quote