[eluser]moykan[/eluser]
I would like to comletely separate the backend from the frontend in HMVC structure too.
But i have some doubt if this is correctlly. For example i have these dir tree:
backend/modules/blog/controller
backend/modules/blog/view
backend/modules/blog/model
frontend/modules/pages/controller
frontend/modules/pages/view
frontend/modules/pages/model
the problem is that in backend and frontend there is config folder too, but i want that config files should be shared between backend and frontend, so in new installation i have to change just a couple of files in one config dir... do you have an idea on how to organize it or how can i configure the backend and frontend to use an external config folder?
Thank's a lot!