Welcome Guest, Not a member yet? Register   Sign In
using $this->db->group_by() and $this->db->order_by() together
#1

[eluser]chefnelone[/eluser]
Hello,

I can't make to use $this->db->group_by() and $this->db->order_by() together

something like:

Code:
$this->db->group_by('id');
        $this->db->order_by("order", "asc");

I need it to groupep but also ordered by 'order'.

What can I do?


Messages In This Thread
using $this->db->group_by() and $this->db->order_by() together - by El Forum - 07-14-2010, 06:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB