/** |
* 自动模板调用 |
* |
* @param $module |
* @param $template |
* @param $istag |
* @return unknown_type |
*/ |
protected function view( $view_file , $page_data =false, $cache =false) |
{ |
$view_file = $this ->template( $this ->page_data[ 'controller_name' ]. $this ->page_data[ 'module_name' ], $view_file ); |
|
$this ->load->view( $view_file , $page_data ); |
} |