Welcome Guest, Not a member yet? Register   Sign In
posting the latest of something to the top of the row
#3

[eluser]mironcho[/eluser]
You can use in your sql query ORDER BY id DESC (if your id filed is id) or AR way:
Code:
$this->db->orderby('id', 'DESC');

or you can retrieve results array with $announcements->result_array(), and then reverse it with php build in function array_reverse();


Messages In This Thread
posting the latest of something to the top of the row - by El Forum - 10-19-2007, 02:24 PM
posting the latest of something to the top of the row - by El Forum - 10-19-2007, 02:53 PM
posting the latest of something to the top of the row - by El Forum - 10-19-2007, 02:59 PM
posting the latest of something to the top of the row - by El Forum - 10-19-2007, 03:42 PM
posting the latest of something to the top of the row - by El Forum - 02-27-2008, 02:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB