예제 #1
0
파일: pdo.php 프로젝트: just-paja/fudjan
 public function count($sql)
 {
     $result = $this->query($sql);
     return \System\Database\Query::first_val($result->fetch());
 }