Welcome Guest, Not a member yet? Register   Sign In
Pagination problems
#2

[eluser]Thorpe Obazee[/eluser]
[quote author="buckboru" date="1220045396"]
Below works fine in my model
Code:
$query = $this->db->get('tstmis.phoned01');
    foreach ($query->result_array() as $row)
    {
      $result[] = $row;
    }
    
        return $result;
Any ideas?

Thanks[/quote]

Sorry but I don't know where this comes in. where in the controller do you call this?


Messages In This Thread
Pagination problems - by El Forum - 08-29-2008, 10:29 AM
Pagination problems - by El Forum - 08-29-2008, 10:36 AM
Pagination problems - by El Forum - 08-29-2008, 10:39 AM
Pagination problems - by El Forum - 08-29-2008, 10:45 AM
Pagination problems - by El Forum - 08-29-2008, 11:31 AM
Pagination problems - by El Forum - 08-29-2008, 11:42 AM
Pagination problems - by El Forum - 08-29-2008, 11:45 AM
Pagination problems - by El Forum - 08-29-2008, 11:54 AM
Pagination problems - by El Forum - 08-29-2008, 12:02 PM
Pagination problems - by El Forum - 08-29-2008, 01:31 PM
Pagination problems - by El Forum - 08-29-2008, 02:31 PM
Pagination problems - by El Forum - 09-03-2008, 07:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB