$data = $this->db->table('travels')->where(array('status'=>0,'hot'=>1))->order('view ','desc')->lists();
$data = $this->db->table('travels')->where(array('status'=>0 ,'hot'=>1))->order('view','asc')->lists();
무슨 일이 있어도 작은 것부터 큰 것으로 정렬됩니다
원합니다 큰 것부터 정리하다 어릴땐 어떻게 해야 연쇄질문이냐
이미 답을 알고 있습니다. order('view asc')