Welcome Guest, Not a member yet? Register   Sign In
passing arguments to view
#6

[eluser]kptengco[/eluser]
try this one if fits for you

Code:
$this->hcontent['title'] = 'Z FIMS - Flight Destinations';
$this->hcontent['script'] = 'headers/fl_destination';

$this->bcontent['greeting'] = $this->fimslib->__greetings().$user_fullname;
$this->bcontent['logout'] = $user_access.':'.$user_fullname;
$this->bcontent['query'] = $result;

$data['header_content'] = $this->hcontent;
$data['body_content'] = $this->bcontent;

//$data['header'] = 'header';
//$data['body'] = 'pages/fl_destination';
//$data['footer'] ='footer';

$this->load->view('master',$data);


Messages In This Thread
passing arguments to view - by El Forum - 05-16-2012, 01:07 AM
passing arguments to view - by El Forum - 05-16-2012, 03:51 AM
passing arguments to view - by El Forum - 05-16-2012, 04:31 PM
passing arguments to view - by El Forum - 05-16-2012, 04:42 PM
passing arguments to view - by El Forum - 05-16-2012, 04:45 PM
passing arguments to view - by El Forum - 05-16-2012, 07:36 PM
passing arguments to view - by El Forum - 05-16-2012, 11:40 PM
passing arguments to view - by El Forum - 05-16-2012, 11:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB