CodeIgniter Forums
Whats the difference between $this->db->query() and $this->db->select() - 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: Whats the difference between $this->db->query() and $this->db->select() (/showthread.php?tid=47054)



Whats the difference between $this->db->query() and $this->db->select() - El Forum - 11-24-2011

[eluser]Unknown[/eluser]
Whats the difference between $this->db->query() and $this->db->select()??

To select rows of data from a table, we can use $this->db->query() and also $this->db->select().

Can anyone explain it brief??

Waiting for the reply...