Example #1
0
 public static function post()
 {
     $data = self::get_data();
     return \lib\user::create($data) ? true : false;
 }