Welcome Guest, Not a member yet? Register   Sign In
$this->load->view() 3rd parameter TRUE cannot retrieve data
#8

[eluser]InsiteFX[/eluser]
If it is in a library then you need to get the CI Superobject!

Code:
private $CI;

// in your Constructor - Set the CodeIgniter super object to a local variable for use later.
$this->CI =& get_instance();

// then for your views:
$data['header'] = $this->CI->load->view('header', null, TRUE);

InsiteFX


Messages In This Thread
$this->load->view() 3rd parameter TRUE cannot retrieve data - by El Forum - 02-27-2011, 12:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB