Welcome Guest, Not a member yet? Register   Sign In
Model Error
#2

[eluser]OES[/eluser]
You are not returning anything from the get_sidecont model.

instead of

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

do

Code:
return $query->result_array()


Messages In This Thread
Model Error - by El Forum - 08-11-2009, 04:08 AM
Model Error - by El Forum - 08-11-2009, 04:36 AM
Model Error - by El Forum - 08-11-2009, 04:45 AM
Model Error - by El Forum - 08-11-2009, 04:48 AM
Model Error - by El Forum - 08-11-2009, 04:52 AM
Model Error - by El Forum - 08-11-2009, 08:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB