#ITE-6200
Awesome StudentQuestion • Application Development and Emerging Technology

Which of the following is correct from given the statement below: //$this->db->select('title, content, date'); //$query = $this->db->get('mytable'); //return $query->result();

Answer

It will return only the given fields title, content, and date of the records