示例#1
0
文件: Model.php 项目: bkb24/mvc
 public static function query($sql)
 {
     return DB::table(self::getInstance()->table)->query($sql);
 }