SyntaxFix
Write A Post
Hire A Developer
Questions
http://www.bsourcecode.com/codeigniter/codeigniter-select-query/
$query = $this->db->query("select * from tbl_user");
OR
$query = $this->db->select("*"); $this->db->from('table_name'); $query=$this->db->get();