load->helper('tuniu'); } public function index(){ exit('ǰ·½¸ßÄÜ£¡£¡£¡'); } public function homepage(){ $this->load->view('common/header'); $this->load->view('homepage'); $this->load->view('common/footer'); } }