thin-pdo-wrapper icon indicating copy to clipboard operation
thin-pdo-wrapper copied to clipboard

A simple database client utilizing PHP PDO.

Results 3 thin-pdo-wrapper issues
Sort by recently updated
recently updated
newest added

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...