|
|
|
@ -983,6 +983,13 @@ class Information extends CI_Controller
|
|
|
|
|
file_put_contents($html_path, $template, LOCK_EX);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function test_recommand()
|
|
|
|
|
{
|
|
|
|
|
$information = $this->Information_model->Detail('278001480');
|
|
|
|
|
$recommand_information = $this->recommand_information($information);
|
|
|
|
|
var_dump($recommand_information);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function test_feedback()
|
|
|
|
|
{
|
|
|
|
|
$feedback_newest = $this->Feedback_model->test_feedback_newest();
|
|
|
|
|