![]() |
DB and Sample application. Please read - 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: DB and Sample application. Please read (/showthread.php?tid=40325) |
DB and Sample application. Please read - El Forum - 04-05-2011 [eluser]Rashid[/eluser] I have 2 questions if anyone know the answer 1 - Is there a way to use Postgre SQL DB with CI? 2 - Is there any CI sample application with best practices like few input forms etc? Thanks DB and Sample application. Please read - El Forum - 04-05-2011 [eluser]M52 Studios[/eluser] Have a look at these two links: http://ellislab.com/forums/viewthread/131807/ http://www.php.net/manual/en/pgsql.examples-basic.php <-- From the above thread If not, I would try using PDO like so Code: <?php DB and Sample application. Please read - El Forum - 04-05-2011 [eluser]M52 Studios[/eluser] This may also be relevant http://hasin.wordpress.com/2007/03/10/fixing-activerecord-class-for-codeigniter-to-use-with-postgresql/ |