示例#1
0
 function get_index()
 {
     $user = new \app\models\User(\app\inc\Input::getPath()->part(4));
     return $user->getData();
 }