dashboard changes

This commit is contained in:
gandhimathi 2018-08-17 12:33:29 +05:30
parent 16681772fd
commit c03ed34e32

View File

@ -69,6 +69,13 @@ class Dashboard_model extends CI_Model
}
return $result;
}
/*
* get university registerd student details
* created by kms
* */
public function get_univ_registered_student($details){
}
}