adspace
Answer Posted / Rakshpal Singh Tyagi
To fetch data from the database, you can use the Active Record class in CodeIgniter. For example: $data = $this->db->get('table_name')->result_array();
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers