Starting out fresh.
Hi all,
I am pretty green with MVC and the Zend frame work. I have some some php, so I am not too green there.
One area I am not clear on, is the structure of a multi "area" site.
Example.
I have a webapp call homer. In homer there is a customer area and an admin area.
When writting homer, I simply had a directory structure like so:
webroot /
homer/
/admin
/myhomer
With the relevent php files etc under each directory.
How does this play out with ZF? Do I just have a controller for each area?
like admin_homer_controller etc ?
|