adspace


How to fetch data from database in codeigniter?

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


Please Help Members By Posting Answers For Below Questions

How to add / link an images/css/javascript from a view in ci?

717