![]() |
Using CodeIgniter 2 with SQLite 3 databases - 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: Using CodeIgniter 2 with SQLite 3 databases (/showthread.php?tid=52705) |
Using CodeIgniter 2 with SQLite 3 databases - El Forum - 06-22-2012 [eluser]Starovich[/eluser] The process of connecting to a SQLite 3 database with CodeIgniter 2 isn’t straightforward, I wrote a short blog post about how to do it. http://khromov.wordpress.com/2012/06/22/using-codeigniter-2-1-with-sqlite-3-databases/ Let me know what you think! |