It looks like you're new here. If you want to get involved, click one of these buttons!
I tried running a
$this->my_model_name->paginate(10, 20)
with various parameters (even enforcing a single entry id, just to see) but that doesnt really affect the results in any way. I always end up getting results sorted by the default column i guess.
$this->db->where()
Comments
$this->db->order_by('col', 'asc');