![]() |
PDO Database Library and ORM - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: PDO Database Library and ORM (/showthread.php?tid=27795) |
PDO Database Library and ORM - El Forum - 02-20-2010 [eluser]Xeoncross[/eluser] I have seen a couple requests for something like this so I have finally published a copy of my database library built on PDO for anyone that wants to use it. It also includes a full ORM if needed. Now those that would rather stick with PDO can use it instead of the mysql or mysqli used by the default codeigniter database. http://github.com/Xeoncross/database Feedback would be highly appreciated since the SQLite and PostgreSQL support is not 100% finished. ;-) Warning: this class isn't totally compatible with the way CI does things! |