CodeIgniter Forums
create a custom CodeIgniter app in Expression Engine 2.x - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 2.x (https://forum.codeigniter.com/forumdisplay.php?fid=18)
+--- Thread: create a custom CodeIgniter app in Expression Engine 2.x (/showthread.php?tid=87202)



create a custom CodeIgniter app in Expression Engine 2.x - SariyaKarrv - 03-24-2023

here's some context: our site runs EE 1.7.0 and directs members to our main application, which runs CodeIgniter 1.7.2. We share sessions between the two systems using custom EE extensions and database tables. We want to upgrade to EE 2.x and use the same CI instance. Is this possible or do we need two separate instances? We're considering a "hack" but want to avoid headaches. Our app is too complex to build a module in EE 2.x. Can you advise? Thanks!


RE: create a custom CodeIgniter app in Expression Engine 2.x - InsiteFX - 03-25-2023

Well all I can tell you is that Expression Engine 1.7.0 is using CodeIgniter 1.7.0
so if you go to Expression Engine 2.0 is most likly using CodeIgniter 2.0.

So your Expression Engine would not match the CodeIgniter version.