From 10d119132e03bcd44b3d16f897c82ee092ddac64 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Thu, 18 Feb 2021 09:42:11 -0500 Subject: [PATCH] fix --- .../application/models/Practice_model.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 adminwww/application/models/Practice_model.php diff --git a/adminwww/application/models/Practice_model.php b/adminwww/application/models/Practice_model.php new file mode 100644 index 0000000..271f8cd --- /dev/null +++ b/adminwww/application/models/Practice_model.php @@ -0,0 +1,19 @@ +Process' AS process, + '' AS semail, + $case_statement AS status, + practice_name,username,email,added::date from practice_pending ORDER BY id DESC LIMIT 200"; + $data['pending_practice'] = ""; + return $query = $this->db->query($mysql); + } + +}