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?

  1. $this->db->data()
  2. $this->db->table_data()
  3. $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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.