示例#1
0
文件: users.php 项目: revcozmo/dating
 public static function post()
 {
     $data = self::get_data();
     return \lib\user::create($data) ? true : false;
 }