CodeIgniter Forums
Can we setup HMVC without the Modular Extensions? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Can we setup HMVC without the Modular Extensions? (/showthread.php?tid=72959)



Can we setup HMVC without the Modular Extensions? - castle - 03-05-2019

Is there a way to setup/use HMVC or something similiar without the Modular Extensions? Maybe cascading from MY_Controller?

Thanks


RE: Can we setup HMVC without the Modular Extensions? - castle - 03-07-2019

Nothing guys?


RE: Can we setup HMVC without the Modular Extensions? - ciadmin - 03-07-2019

The short answer is "no". The HMVC addon that most use modifies core files to load controllers from "module" subfolders, and is not compatible with the base framework.