Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 453
PHP Script Codes > PHP PDO Wrapper Class
This project provides a minimal extension for PHP's PDO (PHP Data Objects) class designed for ease-of-use and reducing development time/effort. This is achived by providing methods - delete, insert, select, and update - for quickly building common SQL statements, handling exceptions when SQL errors are produced, and automatically returning results/number of affected rows for the appropriate SQL statement types.