문제

I started a new project and I want to use the new version of codeigniter 3.0 dev, but after the download I install the hmvc extension and don't find the base controller. How can I fix this or maybe is another solution for making the codeigniter modular? And please don't come up with solutions of other frameworks or so.i love codeigniter and I stay with him and sorry for my Eng :)

도움이 되었습니까?

해결책

I use CodeIgniter 3.0 for almost two years. So, I have "met the Spartans" yet, and I have published my work.

You may choose between two platforms:

https://github.com/ivantcholakov/starter-public-edition-3 - a traditional one, it uses HMVC by wiredesignz, adapted for CI3.0.

or

https://github.com/ivantcholakov/starter-public-edition-4 - an innovative (and therefore risky) platform, very similar to the previous one, in addition it is intended to support multiple (dependent on each other) applications within a single site.

On both of the platforms I upgrade CodeIgniter 3.0-dev constantly.

See the README files for these platforms. There are live demo's too. There are also programming examples for demonstration of some added features and for testing.

Good luck!

다른 팁

Check that Pull request at CI github > https://github.com/EllisLab/CodeIgniter/pull/1818 .. Its about HMVC..

But know that its not supported so you will have to "Meet the Spartans"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top