示例#1
0
文件: model.php 项目: xpd1437/swap
 public static function get_by_id($id)
 {
     $model_name = self::get_model_name();
     return self::create_model($model_name, rdb::get_by_id($model_name, $id));
 }