I am creating responsive website using CodeIgniter with following roles
- doctor
- hospital
- guest
Each role has admin dashboard.
The website has 3 versions.
- desktop version
- mobile versioin
- tab version
I have decided to use the HMVC modular framework to group the modules in the project.
Can anybody suggest me the suitable folder structure to my requirement.
Thanks in advance, Santosh