You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to simple-php...@googlegroups.com
I'm writing a content management system built on Simple PHP Framework. I've rewritten many parts of the Database class to use PDO (PHP Data Objects) in order to support more database types than MySQL. My current version only uses SQLite or MySQL databases, but adding support for others only requires the addition of a few lines of code in the contructor and the Connect() function.
Note: This version has all the readDB and writeDB objects removed in favor of a single database object for both reading and writing. Sorry if you depended on those features.