View Single Post
  #1 (permalink)  
Old 04-13-2008, 04:25 PM
staar2 staar2 is offline
Junior Member
 
Join Date: Mar 2008
Posts: 8
Default Modular Structure site problem

I got problems with planning site, i want to make it easyly extendable and maintainable, something like with modules news, feedback, admin section. I think that site structure should look like this.

Code:
application
-default
--controllers
--models
--views
--config

-news
--controllers
--models
--views
--config

-feedback
--controllers
--models
--views
--config

-admin
--controllers
--models
--views
--config
But i dont have no idea how to connect the admin controller with others modules, like i would see in admin module News CRUD and feedback Crud.
My solution is to do add in each module adminController? I hope you understand my not well explained problem
Reply With Quote