The thing about Zend is there are tons of different options for routing. I have no idea how a generic module system would work with multiple methods of routing. It is simpler to use the Conventional Modular Directory Structure.
/module/action/parameter1/parameter2/etc.
- the controller index is implied
/controller/module/action/parameter1/parameter2/etc.
- there are a limited number of possible controllers.
Controller options
All the controllers are derived from veneer controllers since they have similar functions.
Admin - The admin functions
API - a rest based programmable interface
Auto - No UI - batch jobs
Block - blocks for the layout.
Module - index
maybe more
Wednesday, October 3, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment