Hi,
I read people are using HMVC from https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/wiki/Home
But on that website, no downloads are given. I googled for codeigniter hmvc and downloaded files from other website.
Well regarding given HMVC, there is no good documentation.
In HMVC, I folder structure is like
application/modules/
Now
modules/welcome/
Under welcome, there are 3 folders, controllers, models, views.
Can I also keep my language files and libraries under modules by creating libraries and language folders in welcome ?
My aim is to have something like this ->>
application/modules/welcome/
—>controllers/
—>model/
—>views/
—>libraries/
—>language/
—>config/
Hence each module will play with its own things.
Thanks
Sorry if I have posted this in wrong forum
