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
