2017-02-12 28 views

回答

0

嘗試

$qry = $this->ion_auth->users(); 

那麼你可以使用$qry->result();$qry->num_rows();

,如果你想要做一些過濾,你可以使用

$qry = $this->ion_auth->where('email', '[email protected]')->users(); 
相關問題