changes in course
This commit is contained in:
parent
ddc523d71d
commit
ba45cb5e36
@ -71,7 +71,7 @@ class Course_model extends CI_Model {
|
||||
$this->db->select('CU.CourseID,CU.CourseName,CU.FeesType,CU.PC,CU.DC,CU.TC,CU.MC,CU.OtherFees,CU.IsActive,US.UniversityID,US.UniversityName');
|
||||
$this->db->from(COURSE.' as CU');
|
||||
$this->db->join(UNIVERSITY.' as US', 'US.UniversityID = CU.UniversityID');
|
||||
$this->db->order_by('CU.CreatedOn','DESC');
|
||||
$this->db->order_by('CU.CourseID','ASC');
|
||||
$courseDetails = $this->db->get();
|
||||
|
||||
if($courseDetails->result()){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user