Backend Service
This commit is contained in:
@@ -3,9 +3,13 @@
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Provider extends Provider_Controller {
|
||||
|
||||
//var $patient_model;
|
||||
public function index() {
|
||||
$data = array();
|
||||
$out = array();
|
||||
$this->load->model('patient_model');
|
||||
$out = $this->patient_model->getPatientList();
|
||||
$data["patient_list"] = $out["patient_list"];
|
||||
$this->renderProviderSecurePage('dash', $data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user