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

Or do it this way, make $data global to all views.

PHP Code:
$data = array();

$data['title'] = 'Title';

$this->load->vars($data);

$this->load->view('view_name'); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: codeigniter passing data to inner include php - by InsiteFX - 06-15-2015, 12:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB