thin-pdo-wrapper
thin-pdo-wrapper copied to clipboard
A simple database client utilizing PHP PDO.
do somethings for error log to debug
Singleton patron permit __construct as protected or private? And maybe will be good block clone method as public function __clone() { trigger_error("Cant clone ". get_class($this) ." class.", E_USER_ERROR ); }...
I built the first step in making this PDO wrapper more diverse and I'd like to proceed with phase two. Phase two would create database-specific adapters to help combat a...