![]() |
best way to use HMVC - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Model-View-Controller (https://forum.codeigniter.com/forumdisplay.php?fid=10) +--- Thread: best way to use HMVC (/showthread.php?tid=61632) |
best way to use HMVC - nasser.man - 05-02-2015 hey, how i can use HMVC in CI3? does CI3 support HMVC built-in or what plugins are out there to add modular part to my application? RE: best way to use HMVC - CroNiX - 05-02-2015 https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/branch/codeigniter-3.x RE: best way to use HMVC - unodepiera - 05-02-2015 (05-02-2015, 09:59 AM)nasser.man Wrote: hey, how i can use HMVC in CI3? does CI3 support HMVC built-in or what plugins are out there to add modular part to my application? https://www.youtube.com/watch?v=jMSem9mYdz4 https://github.com/uno-de-piera/hmvcci3 RE: best way to use HMVC - nasser.man - 05-03-2015 (05-02-2015, 10:42 AM)CroNiX Wrote: https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/branch/codeigniter-3.x this is really nice extension but is it possible there be some issues with next versions of CI ? HMVC / modular approach will be added to next version of CI? |