예제 #1
0
파일: db.php 프로젝트: Combustible/core
 public static function getErrorCode($error)
 {
     $code = self::$connection->errorCode();
     return $code;
 }