Welcome Guest, Not a member yet? Register   Sign In
Accessing controller public variables from multiple methods
#2

[eluser]InsiteFX[/eluser]
Code:
public $data = array();

// this will make all $data variables global to all views!
// vars is a global array that CodeIgniter keeps see the Loader Class.
$this->load->vars($this->data);
$this->load->view('your_view');

InsiteFX


Messages In This Thread
Accessing controller public variables from multiple methods - by El Forum - 03-31-2011, 07:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB