![]() |
where problem (OR instead of AND) - 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: where problem (OR instead of AND) (/showthread.php?tid=45541) |
where problem (OR instead of AND) - El Forum - 09-26-2011 [eluser]Unknown[/eluser] In CodeIngiter User guide ,they said the following code: Code: $this->db->where('name', $name); Code: public function True_login($username = '',$password = '') |