Welcome Guest, Not a member yet? Register   Sign In
Nested data arrays in CI views - howto access?
#2

[eluser]n0xie[/eluser]
Code:
// controller
$data['content'] = $this->db_model->get_news();
$this->load->view('news', $data);

// view
foreach ($content as $row):
  var_dump($row);
endforeach;


Messages In This Thread
Nested data arrays in CI views - howto access? - by El Forum - 09-08-2010, 05:50 AM
Nested data arrays in CI views - howto access? - by El Forum - 09-08-2010, 05:55 AM
Nested data arrays in CI views - howto access? - by El Forum - 09-08-2010, 09:36 AM
Nested data arrays in CI views - howto access? - by El Forum - 09-09-2010, 12:27 AM
Nested data arrays in CI views - howto access? - by El Forum - 09-09-2010, 12:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB