Welcome Guest, Not a member yet? Register   Sign In
Passing variables to all views.
#6

For variables that will not fit in a config file you can pass them global using:

PHP Code:
$data = array();

$data['variable'] = 'new variable';

$this->load->vars($data); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Passing variables to all views. - by iM7md - 04-10-2015, 04:40 AM
RE: Passing variables to all views. - by gadelat - 04-10-2015, 07:36 AM
RE: Passing variables to all views. - by CroNiX - 04-10-2015, 08:03 AM
RE: Passing variables to all views. - by iM7md - 04-10-2015, 01:04 PM
RE: Passing variables to all views. - by casa - 04-11-2015, 04:38 AM
RE: Passing variables to all views. - by InsiteFX - 04-11-2015, 04:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB