![]() |
How to user library of CI (not use all CI) - 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: How to user library of CI (not use all CI) (/showthread.php?tid=24075) |
How to user library of CI (not use all CI) - El Forum - 10-29-2009 [eluser]Unknown[/eluser] I have a webpage, not write by CI, (write from scrate with pure PHP code) I can't replace my code with CI now, because there are many code. Now I need only use DB Class, DB function of CI. How can I do this? Thanh you much! How to user library of CI (not use all CI) - El Forum - 10-29-2009 [eluser]Ben Edmunds[/eluser] You might be better off looking for a stand-alone DB class or maybe Zend DB... |