![]() |
CodeIgniter as "plugin" in other apps? - 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: CodeIgniter as "plugin" in other apps? (/showthread.php?tid=14563) |
CodeIgniter as "plugin" in other apps? - El Forum - 01-07-2009 [eluser]Unknown[/eluser] Let's say somebody runs a wordpress blog (or any other app) and wants a model of his bamooinvoice CI app (or any other CI app) to do something (fetch something from db or the like). How could that be achieved? Include codeigniter/Codeigniter.php ...? and then ? Has anybody done that? Greetings from Bonn, Germany CodeIgniter as "plugin" in other apps? - El Forum - 01-07-2009 [eluser]jalalski[/eluser] I'm including CI in another, much larger site, to handle online bookings and there seems to be no problems so far. If you come upon specific problems, the forum_folk will help out... ![]() CodeIgniter as "plugin" in other apps? - El Forum - 01-07-2009 [eluser]helmutbjorg[/eluser] I'm trying to work that out here http://ellislab.com/forums/viewthread/101620/ but there is also a wiki page on another way http://codeigniter.com/wiki/dip_into_CI/ CodeIgniter as "plugin" in other apps? - El Forum - 01-08-2009 [eluser]Unknown[/eluser] thanks for your replies. this answered my question. |