HMVC in CI3 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: HMVC in CI3 (/showthread.php?tid=1548) |
HMVC in CI3 - jlamim - 03-20-2015 How do I use to HMVC in CI3? The structure of this link does not work. https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc RE: HMVC in CI3 - frocco - 03-20-2015 Here is the link for CI3 https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/downloads Click on the Branches tab RE: HMVC in CI3 - dts - 03-20-2015 (03-20-2015, 07:19 AM)jlamim Wrote: How do I use to HMVC in CI3? The structure of this link does not work. In this link https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/downloads you have two Branches. Download from the branch for Codeigniter-3.x. RE: HMVC in CI3 - DataHelper - 03-21-2015 Wiredesignz's HMVC extension is a great way to organize an application. Would it make sense to fold it, or parts of it at least, into CI proper? RE: HMVC in CI3 - CroNiX - 03-21-2015 (03-21-2015, 09:07 AM)DataHelper Wrote: Wiredesignz's HMVC extension is a great way to organize an application. Would it make sense to fold it, or parts of it at least, into CI proper? I believe that was part of the original plan when CI3 first started being written a few years ago. There used to be a separate branch for it in the CI repo but I think they scrapped it. RE: HMVC in CI3 - LeMec - 03-21-2015 I am far from an expert but I would like to hear from Narf or the new CI owners why this is not included in CI by default. Especially considering the fact that the actual use of "modules" appears to be optional in the way Wredesign's implemented it. RE: HMVC in CI3 - jatinsoni - 03-22-2015 (03-20-2015, 07:52 AM)frocco Wrote: Here is the link for CI3 I am having the same issue and found that HMVC for CI3 doesn't work with sub folders. Else working fine. So there must be some issue regarding route or else within the library. In last version it was working fine. So I am stuck now RE: HMVC in CI3 - ciadmin - 03-22-2015 HMVC will not be in CI3.0. There have been many requests and proposals to add it to CI, and many to not add it, in the interest of keeping the framework lean. Once 3.0 is out the door, we will start planning what should be in CI3.X and/or CI4.0. We will not be entertaining pull requests for an HMVC framework (or ORM or ...) until we have a roadmap in place, with input and discussion from the community. Please be patient until then. The roadmap may or may not include any of these features - we won't know until we get there! |