Home »
MCQs »
CodeIgniter MCQs
Which of the following returns an array of objects containing field information?
44. Which of the following returns an array of objects containing field information?
- $this->db->data()
- $this->db->table_data()
- $this->db->field_data()OOP
Answer: C) $this->db->field_data()OOP
Explanation:
$this->db->field_data()OOP, returns an array of objects containing field information.