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); + } + +}