how to properly structure controllers in HMVC |
HI ,
this is my first project using hmvc. i am confused how to organize modules. my site have admin area , authenticated area and public area. in mvc i would do it this way controllers --admin ----------users ----------products ----------orders --public ----------users ----------products ----------orders --auth ----------users ----------products ----------orders how to organize things in hmvc? ![]() ![]() Learning best practices Rate my post if you found it helpfull |
Messages In This Thread |
how to properly structure controllers in HMVC - by jaynarayan - 06-29-2016, 01:09 AM
RE: how to properly structure controllers in HMVC - by InsiteFX - 06-29-2016, 05:53 PM
RE: how to properly structure controllers in HMVC - by jaynarayan - 07-05-2016, 11:27 PM
RE: how to properly structure controllers in HMVC - by iridion2015 - 07-02-2016, 04:04 PM
RE: how to properly structure controllers in HMVC - by InsiteFX - 07-06-2016, 03:30 AM
|