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 Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: A professional question from professionals (/showthread.php?tid=41722)



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]darrentaytay[/eluser]
I believe this is what you want:

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


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

[eluser]Yahya Kazemi[/eluser]
Thanks darrentaytay.

I read the link you sent and resolve my problem approximately.

I have another request too, can you help me to create It's widgets too.

My CMS have to have a good widget adding system like modules.

Do I have to extend modules adding system for widgets or there is better way?

Thanks again.


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

[eluser]eoinmcg[/eluser]
Have a look at this thread:
http://ellislab.com/forums/viewthread/175764/