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

[eluser]Michal1[/eluser]
Thanks guys.

For getting a data from database I got this functin in a model class
Code:
function get_records()

    {


            $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