PersistClass
PersistClass for PHP PersistClass is a set of PHP classes providing access to relational databases. Attempts to focus on simplicity and convenience by eliminating the need of boiler-plate, unmeaningful code. Main features - establish database connections (MySQL, Oracle, more to come) - execute SQL queries - iterate query results - convenience methods (read single row or value, etc..) - data escaping (against SQL injection or HTML escaping for outputs) - transaction handling - strict error handling - no more undetected errors - object persistence - storing and retrieving PHP objects in db tables - possibility to add support for not yet supported DBs
Comments are closed.