MySQLi Database Class for PHP Developers with Support for Transactions
mysqliDBclass
=============
MySQLi Database Class for PHP Developers with Support for Transactions
A simple Object Oriented approach for accessing MySQL Databases. This class will make your life easy while developing your products and saves a lot of time that is wasted while creating simple CRUD operations. This class also suports Transactions. Good Error Reporting and Debuging features. Additional quick commands that provide better security and ease of developing. Refer example.php for all the sample code.
This class is an enhanced version of PHP MySQL wrapper v3 by Ricocheting.com. Hence it is compatible with the class. To use the enhanced MySQL Wrapper simply include the Database.class.php in your code and everything should work as before.
=============
MySQLi Database Class for PHP Developers with Support for Transactions
A simple Object Oriented approach for accessing MySQL Databases. This class will make your life easy while developing your products and saves a lot of time that is wasted while creating simple CRUD operations. This class also suports Transactions. Good Error Reporting and Debuging features. Additional quick commands that provide better security and ease of developing. Refer example.php for all the sample code.
This class is an enhanced version of PHP MySQL wrapper v3 by Ricocheting.com. Hence it is compatible with the class. To use the enhanced MySQL Wrapper simply include the Database.class.php in your code and everything should work as before.
Comments
Post a Comment