Welcome Guest, Not a member yet? Register   Sign In
codeigniter passing data to inner include php
#2

In your controller you need to include the $data.
Use array $data and include it into your header and footer.

$data = array();

$this->load->view('header', $data);
$this->load->view('footer', $data);
Reply


Messages In This Thread
RE: codeigniter passing data to inner include php - by solidcodes - 06-14-2015, 03:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB