diff --git a/application/controllers/information.php b/application/controllers/information.php index d4403269..5708da6b 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -660,7 +660,7 @@ class Information extends CI_Controller true ); $information->ic_content = str_replace( - '', + '', $feedback_newest_content, $information->ic_content ); @@ -984,6 +984,12 @@ class Information extends CI_Controller { $feedback_newest = $this->Feedback_model->get_feedback_newest(); var_dump($feedback_newest); + + $feedback_newest_content = $this->load->view( + 'ch-feedback-newest', + array('feedback_list' => $feedback_newest), + true); + var_dump($feedback_newest_content); } public function make_www_cache_gh($device, $information, $recommand_information)