load->model('Initial_assesment_model'); } public function index() { // echo '
'; print_r($data); echo '';die; // echo 'test';die; $this->load->view('home/dashboard'); // just the header file $this->load->view('add_new'); $this->load->view('home/footer'); // just the header file } public function addNewView() { $this->load->view('home/dashboard'); // just the header file $this->load->view('add_new'); $this->load->view('home/footer'); // just the header file //echo '
'; print_r($data); echo '';die; } }