![]() |
Modulize Controllers, Views and Models - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Modulize Controllers, Views and Models (/showthread.php?tid=24726) |
Modulize Controllers, Views and Models - El Forum - 11-17-2009 [eluser]Unknown[/eluser] Hi friens, i would to make a small control panel where i can install external modules. For example i should uncompress my module "user-mod.zip" into a particular directory from CI and install Controllers, Views, Models and Routes. Can I do this or CI is limited? Long story short it should be function like Wordpress Plugin area where i can install remote plugins... (but i will put files manually). In my opinion this should be a good idea to make modules for my control panels and install only where i need. It's possible? :-) Modulize Controllers, Views and Models - El Forum - 11-29-2009 [eluser]Jeremy Gimbel - Conflux Group[/eluser] There are a few plugins out there to support HMVC (hierarchical MVC), that would enable you to do get started in what you're looking to do. Check out Modular Extensions in the Wiki as well as Matchbox. |