Beispiel #1
0
Datei: Db.php Projekt: wuxw/YYF
 private function error($msg)
 {
     Log::write('{SQL PDO exec PRE ERROR}:' . $msg, 'ERROR');
     $this->_isdebug and \PC::DB($msg, 'ERROR');
 }