CodeIgniter Forums
Core vs Reactor? - 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: Core vs Reactor? (/showthread.php?tid=38951)



Core vs Reactor? - El Forum - 02-24-2011

[eluser]k2zs[/eluser]
Hello all, I've been away from CI for a few months and see that 2.0 has been released. I am wondering which version I should go with, core or reactor?

I see there is a "core" folder in the application directory, is "My_Controller" still considered a library or is it now to be put in "core"?

Also... Is modular extensions supported in either of the 2 new branches?

Thanks,
Scott


Core vs Reactor? - El Forum - 02-24-2011

[eluser]dstegelman[/eluser]
I would go with reactor. For all purposes CI is Reactor. Its the version you would download if you download from this site as well as the bit bucket repo at http://bitbucket.org/ellislab/codeigniter-reactor

MY_Controller and other extended libraries can now be put in the "core" folder inside your app. The user guide can help you upgrade.

I have been running Modular Extensions on Reactor for a few weeks now, works well. I am confident it would work in both branches though.