Tuesday, August 4, 2015 Codeigniter PHP [Codeigniter] How to return view’s as data in Codeigniter? View’s can be returned as data with a third parameter ( setting to TRUE) as follows $output = $this->load->view('view', $data... Read more »