Welcome Guest, Not a member yet? Register   Sign In
Login3
#4

[eluser]DuyK-DCT[/eluser]
Sorry my friend, this is my mistake (When comment for help you im so sleepy)

Its must be:

Code:
$this->load->database(); // You can load database as automaticaly with autoload.php in /config folder
$this->db->where('username', $username); // Or you can take multi where with $this->db->where(array('username' => $username, 'password' => $password));
$query = $this->db->get('ids_user');


Messages In This Thread
Login3 - by El Forum - 11-01-2013, 12:42 AM
Login3 - by El Forum - 11-07-2013, 12:40 PM
Login3 - by El Forum - 11-11-2013, 09:00 PM
Login3 - by El Forum - 11-12-2013, 03:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB