Welcome Guest, Not a member yet? Register   Sign In
How to Add Dynamic Header and Footer
#8

(This post was last modified: 01-22-2019, 04:19 AM by InsiteFX.)

PHP Code:
$data['header'] = 'Header';
$data['home'  'Home';
$data['footer'] = 'Footer';

$this->load->vars($data);        // makes the $data avaiable to all views Global
$this->load->view('yourView');   // no need to pass $data here 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: How to Add Dynamic Header and Footer - by InsiteFX - 11-26-2018, 10:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB