From c03ed34e327be5e7b8d3aa596c30d74afaf79d39 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Fri, 17 Aug 2018 12:33:29 +0530 Subject: [PATCH] dashboard changes --- Apollo/api/application/models/Dashboard_model.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Apollo/api/application/models/Dashboard_model.php b/Apollo/api/application/models/Dashboard_model.php index 94b5af7d..55fc64dd 100755 --- a/Apollo/api/application/models/Dashboard_model.php +++ b/Apollo/api/application/models/Dashboard_model.php @@ -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){ + + } } \ No newline at end of file