Welcome Guest, Not a member yet? Register   Sign In
A little help for a newbie
#2

[eluser]fcxxff[/eluser]
You should do this:
Code:
$query = $this->db->get('meta');
  
  $thisdat['data'] = $query->result_array();
  
  $this->load->view('header', $thisdat);
And in view, You should be able to manipulate not with $thisdat but with $data so:
Code:
<?php

print_r($data);

?>


Messages In This Thread
A little help for a newbie - by El Forum - 01-18-2012, 12:22 PM
A little help for a newbie - by El Forum - 01-18-2012, 12:27 PM
A little help for a newbie - by El Forum - 01-18-2012, 12:32 PM
A little help for a newbie - by El Forum - 01-18-2012, 12:35 PM
A little help for a newbie - by El Forum - 01-18-2012, 12:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB