搜尋

首頁  >  問答  >  主體

當有多個使用者資料時,怎麼用類別去處理多個

class usermodel{

public $userList;

   public $id;

public $name;

public function _init(){  

$this->userList=include_once './123.php';

# }

public function get_name(){   

return $this->name;

}

public function get_user_info($userid){

foreach($this->userList as $user){

if($userid = =$user['id']){

return $user;

}

# }

}

}# # %

落叶.落叶.1957 天前863

全部回覆(0)我來回復

無回覆
  • 取消回覆