CodeIgniter Forums
Integrating codeigniter with PHPLive! - 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: Integrating codeigniter with PHPLive! (/showthread.php?tid=36941)



Integrating codeigniter with PHPLive! - El Forum - 12-21-2010

[eluser]Unknown[/eluser]
Hello

What I want to achieve is -

I have a code copy of PHPLive! support(a chat application which the client wants). This is a modular code. That is when setup/adduser.php is called the adduser.php file is called from the setup folder.

I want to integrate this codebase into an existing codeigniter project.

How do I do it keeping the code in PHPLive support intact? Should I create a library or plugin and how do I call the existing functions?

Tried checking the forums but no ideas are coming. Any help will be appreciated.

Thnks