Commit 3bd923de by Jansa Jose

patient feedback

parent d11f83cc
...@@ -21,7 +21,7 @@ class Appfeedback extends CI_Controller { ...@@ -21,7 +21,7 @@ class Appfeedback extends CI_Controller {
$this->load->view('template', $template); $this->load->view('template', $template);
} }
public function patient_index($id){ public function patient_index(){
$result = $this->Appfeedback_model->get_patient_feedback(); $result = $this->Appfeedback_model->get_patient_feedback();
$template['page'] = "Appfeedback/feedback_patient"; $template['page'] = "Appfeedback/feedback_patient";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment