CodeIgniter Forums
A professional question from professionals - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: A professional question from professionals (/showthread.php?tid=41721)



A professional question from professionals - El Forum - 05-15-2011

[eluser]Yahya Kazemi[/eluser]
Hi everybody.

Thanks in advance for consulting.
I'm making a CMS by CI and i have a problem for adding module to that.
For making my CMS modular i want to add a folder with name of Modules in application path and then, i can make my modules in an independent CI and after that copy and paste it's Controllers,Models,Views,... in modules folder that i said before.

My problem is that,how can i do this?


I read about Third_Party in CI 2, but it has no result.

please if you do like this, help me.

Thanks by the way


A professional question from professionals - El Forum - 05-15-2011

[eluser]InsiteFX[/eluser]
If you download and take a look at the PyroCMS source code you will see how they load modules.

InsiteFX


A professional question from professionals - El Forum - 05-16-2011

[eluser]Yahya Kazemi[/eluser]
Thanks for your reply InsiteFX.

I have already installed PyroCms and try too resolve my problems, but i couldn't.

By the way, i found my solution in th below link:

https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/wiki/Home


A professional question from professionals - El Forum - 05-16-2011

[eluser]InsiteFX[/eluser]
Sorry, I misunderstood you. Yes HMVC is also what I use, I thought you were asking how to load them into the CMS.

InsiteFX