CodeIgniter Forums
Pulling data from an ExpressionEngine DB - 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: Pulling data from an ExpressionEngine DB (/showthread.php?tid=20503)



Pulling data from an ExpressionEngine DB - El Forum - 07-12-2009

[eluser]Jesse Schutt[/eluser]
Hey guys,

I am wondering if any of you have ever used CI to pull info from an EE db?

I have a bunch of "Events" in an ExpressionEngine install as well as a rudimentary registration application built totally in CI. If possible, I would like to not have these totally separate. Currently I have to re-enter the event information into my CI registration app. What I would like to do is query the EE db for the information and then pull in the data to the registration app.

Any tips and/or pointers would be great!

Jesse