Welcome Guest, Not a member yet? Register   Sign In
How to make All the query results from model page to controller page?
#4

[eluser]ludo31[/eluser]
try also with

foreach($query->result_array()as $row)
{
$data[] = $row;
}

return $data;
}


Messages In This Thread
How to make All the query results from model page to controller page? - by El Forum - 03-23-2012, 12:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB