Welcome Guest, Not a member yet? Register   Sign In
How to order data from newest to oldest
#6

[eluser]Bart v B[/eluser]
Then it would be something like this:

Code:
<?php
function get_records()

    {                                      
            $this->db->order_by("dateField", "desc");
            $query = $this->db->get('data');
                
        return $query->result();

    }


Messages In This Thread
How to order data from newest to oldest - by El Forum - 01-13-2011, 10:02 AM
How to order data from newest to oldest - by El Forum - 01-13-2011, 10:08 AM
How to order data from newest to oldest - by El Forum - 01-13-2011, 10:11 AM
How to order data from newest to oldest - by El Forum - 01-13-2011, 10:20 AM
How to order data from newest to oldest - by El Forum - 01-13-2011, 10:49 AM
How to order data from newest to oldest - by El Forum - 01-13-2011, 10:53 AM
How to order data from newest to oldest - by El Forum - 01-13-2011, 10:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB