View Single Post
  #1 (permalink)  
Old 05-30-2007, 09:49 AM
phpn00b phpn00b is offline
Junior Member
 
Join Date: May 2007
Posts: 1
Question 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 ?
Reply With Quote