예제 #1
0
파일: Model.php 프로젝트: bkb24/mvc
 public static function query($sql)
 {
     return DB::table(self::getInstance()->table)->query($sql);
 }