Welcome Guest, Not a member yet? Register   Sign In
Troubleshooting my SQL query
#11

[eluser]Eric Cope[/eluser]
while in this simple example that may work, look into retrieving the whole object.
Code:
$query = $this->db->get('table');
$result = $query->result();

$result will be an array of objects.




Theme © iAndrew 2016 - Forum software by © MyBB