![]() |
get user - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: get user (/showthread.php?tid=44328) |
get user - El Forum - 08-11-2011 [eluser]Mainboard[/eluser] hey everyone, i think that this is a noob question but im new with CI, so the only that i need is pass the id user in my model to my control because i have this Model Code: function validate() Code: function validate_credentials() get user - El Forum - 08-11-2011 [eluser]Frank Rocco[/eluser] Code: return $query->row(0); get user - El Forum - 08-12-2011 [eluser]Mainboard[/eluser] thanks |