$query = $this->db->order_by('birth_date', 'ASC')->get_where($this->tbl_name, $where);
$this->db->order_by("UPPER(course_name)","desc");