![]() |
[Solved] $user_query not returning row in library - 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: [Solved] $user_query not returning row in library (/showthread.php?tid=60724) |
[Solved] $user_query not returning row in library - El Forum - 06-14-2014 [eluser]riwakawd[/eluser] My login function in my Users library is not getting the $user_query row. I thought I got this correct. Code: $data = array( User.php Library Code: public function login() { [Solved] $user_query not returning row in library - El Forum - 06-14-2014 [eluser]riwakawd[/eluser] I am paying a developer to look into it and fix my issues. [Solved] $user_query not returning row in library - El Forum - 06-17-2014 [eluser]joergy[/eluser] hm, what do You want by this: Code: $this->CI->session->set_userdata($data); ? |