Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IPok_Web
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IPok
IPok_Web
Commits
36f1a3ec
Commit
36f1a3ec
authored
Sep 14, 2018
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feedback patient
parent
72c950b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Appfeedback.php
admin/application/controllers/Appfeedback.php
+1
-1
feedback_patient.php
admin/application/views/Appfeedback/feedback_patient.php
+1
-1
No files found.
admin/application/controllers/Appfeedback.php
View file @
36f1a3ec
...
@@ -23,7 +23,7 @@ class Appfeedback extends CI_Controller {
...
@@ -23,7 +23,7 @@ class Appfeedback extends CI_Controller {
public
function
patient_index
(){
public
function
patient_index
(){
$result
=
$this
->
Appfeedback_model
->
get_patient_feedback
();
$result
=
$this
->
Appfeedback_model
->
get_patient_feedback
();
print_r
(
$result
);
exit
();
//
print_r($result);exit();
$template
[
'page'
]
=
"Appfeedback/feedback_patient"
;
$template
[
'page'
]
=
"Appfeedback/feedback_patient"
;
$template
[
'page_title'
]
=
"Manage Feedbacks"
;
$template
[
'page_title'
]
=
"Manage Feedbacks"
;
$template
[
'data'
]
=
$result
;
$template
[
'data'
]
=
$result
;
...
...
admin/application/views/Appfeedback/feedback_patient.php
View file @
36f1a3ec
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
</div>
</div>
<div
class=
"box-body"
>
<div
class=
"box-body"
>
<?php
if
(
count
(
$data
)
>
0
){
?>
<?php
if
(
$data
!=
''
){
?>
<table
class=
"table table-bordered table-striped datatable"
data-ordering=
"true"
>
<table
class=
"table table-bordered table-striped datatable"
data-ordering=
"true"
>
<thead>
<thead>
<tr>
<tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment