Welcome Guest, Not a member yet? Register   Sign In
Loading multiple views concurrently - $data array can't be used unless it's loaded in the first!
#4

[eluser]InsiteFX[/eluser]
Read this in the Users Guide!

Loader Library

Code:
$data['Title'] = 'My Title';

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

$this->load->view( 'header' );
$this->load->view( 'hello' );
$this->load->view( 'sidebar' );
$this->load->view( 'footer' );

Now the data array is avaible to all views!

InsiteFX


Messages In This Thread
Loading multiple views concurrently - $data array can't be used unless it's loaded in the first! - by El Forum - 10-03-2010, 11:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB