shgysk8zer0 / core_api

The foundation of Core. Only traits, interfaces, & abstracts
GNU General Public License v3.0
0 stars 1 forks source link

Extend PDO & PDOStatement #5

Closed shgysk8zer0 closed 9 years ago

shgysk8zer0 commented 9 years ago

__construct should accept an object, an associative array, or a filename as a string and convert that into the necessary arguments for \PDO::__construct. Further, it should set its prepare method to use the new PDOStatement class.