Welcome Guest, Not a member yet? Register   Sign In
How can Do this in Pagination
#9

[eluser]phantom-a[/eluser]
It appears I solved my problem. You can join methods so I put

Code:
$data['result'] = $this->db->order_by('datestamp','desc')->get_where('links', array('category' => 1),$limit,$offset);

and now it works , showing the newest first, where category=1 Smile


Messages In This Thread
How can Do this in Pagination - by El Forum - 09-06-2008, 09:04 PM
How can Do this in Pagination - by El Forum - 09-07-2008, 12:11 AM
How can Do this in Pagination - by El Forum - 09-07-2008, 12:23 AM
How can Do this in Pagination - by El Forum - 09-07-2008, 12:47 AM
How can Do this in Pagination - by El Forum - 09-07-2008, 12:51 AM
How can Do this in Pagination - by El Forum - 09-07-2008, 12:52 AM
How can Do this in Pagination - by El Forum - 09-07-2008, 01:01 AM
How can Do this in Pagination - by El Forum - 09-07-2008, 01:14 AM
How can Do this in Pagination - by El Forum - 09-07-2008, 01:20 AM
How can Do this in Pagination - by El Forum - 09-07-2008, 01:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB