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