Welcome Guest, Not a member yet? Register   Sign In
Displaying all array values in a view. foreach not working for some reason.
#4

[eluser]deviant[/eluser]
Code:
function contact_values()
{
  $query = $this->db->get('column_data');

  return $query->result_array();
}

Why bother with the foreach at all?


Messages In This Thread
Displaying all array values in a view. foreach not working for some reason. - by El Forum - 07-24-2007, 08:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB