Welcome Guest, Not a member yet? Register   Sign In
Loading database content problem
#4

[eluser]jmadsen[/eluser]
for example:

Code:
if($query = $this->site_model->getRecords())
        {
            $data['records'] = $query->result();
        }

in your getRecords() function, you are returning $query->result().

so, $query = $function_query->result()

then you are taking $query->result() again.

so, you are really calling $query->result()->result()


Messages In This Thread
Loading database content problem - by El Forum - 07-27-2011, 05:41 PM
Loading database content problem - by El Forum - 07-27-2011, 06:05 PM
Loading database content problem - by El Forum - 07-27-2011, 06:10 PM
Loading database content problem - by El Forum - 07-27-2011, 06:36 PM
Loading database content problem - by El Forum - 07-27-2011, 06:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB