![]() |
Which HMVC Libraries do you use? - 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: Which HMVC Libraries do you use? (/showthread.php?tid=61638) |
Which HMVC Libraries do you use? - kilishan - 05-03-2015 I'm exploring the different HMVC libraries out there to see which work with CI 3 and do a comparison. I am aware of WireDesignz solution and jenssegers. Of the 2, I believe only Jens has been updated for CI 3 but haven't tested either since I'm currently using a modded version of Jens' from before the compatibility was added. I know I've seen at least 1 other library listed that seemed to have even more features and flexibility, but my searching-fu on the forums is failing me. What libraries do you use with CI 3 and what do you like about it? Any other possible solutions, or even simply modular solutions, that you're aware of? Any advice would be great as I do intend to put these all through a few tests and compile the information for my book - and yes this will be part of the information available in the free sample when it's ready. ![]() RE: Which HMVC Libraries do you use? - nasser.man - 05-04-2015 i didn't searched a lot but i use WireDesignz's one, in fact yesterday i downloaded it and add it to my CI3 application, it works with CI3 and has a branch to add support to CI3, RE: Which HMVC Libraries do you use? - frocco - 05-04-2015 I use WireDesignz in CI3 with no issues. RE: Which HMVC Libraries do you use? - kilishan - 05-04-2015 I did notice last night that CI3 changes were merged in a week or so ago which is good to hear since that is what I used to use quite a bit. RE: Which HMVC Libraries do you use? - ivantcholakov - 05-04-2015 I also use HMVC from WireDesignz. There is an old fork that I am going to investigate at some moment, it has an additional feature about module-level routing configuration: https://github.com/Bigwebmaster/codeigniter-modular-extensions-hmvc Probably it is not usable with CI3 now, but I think there is something useful to be taken. RE: Which HMVC Libraries do you use? - kilishan - 05-04-2015 Thanks guys. I did eventually find the other library I had heard of, and that was WanWizard's Modular CI. Unfortunately, that doesn't appear to work with CI 3 since it hasn't been updated since late 2012. Which makes sense now that he's part of the core FuelPHP team. RE: Which HMVC Libraries do you use? - ardhie1032 - 05-05-2015 I'm using Jens Segers's version... That is simple RE: Which HMVC Libraries do you use? - nasser.man - 06-11-2015 What about this ones? https://bitbucket.org/wanwizard/modular-ci/overview https://github.com/jenssegers/codeigniter-hmvc-modules are they usable in product? ![]() ![]() RE: Which HMVC Libraries do you use? - kilishan - 06-11-2015 ModularCI was the one I was looking for, but it says it only supports CI 1.x and 2.x. ![]() Thanks, though! |