/PHP-PDO-Connection

A PHP Class that uses PDO to connect to a MySQL Database and some basic helper functions

Primary LanguagePHP

== PHP PDO CLass File ==

9/20/2010
V: 1.1

This is a basic PHP Class that uses PDO to connect to a MySQL database and it also has some helper methods for INSERTS, UPDATES, and SELECTS.


- Wrenbjor

Changelog

V:1.0

Initial build

V:1.1

Fixed typo in magic methods.