示例#1
0
 function read($id)
 {
     $usersDao = new UsersDao();
     $user = $usersDao->read($id);
     return $this->jsonResponse($user);
 }