Source Location: /database.php
Database class for all database queries
This database class is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This database class is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2.1.0
For full documentation and updates please visit: http://database.andrewjudd.ca
Version Updates:
2.0.0:
This updated version of the database class uses PDO and PDO Statements as the basis for all of the database queries. This will increase the security of the script as well as the ability for the script.
2.0.1:
Added in %p for signed/unsigned decimal values.
2.1.0:
All error messages are appended onto each other before the query is complete.
2.2.0: