示例#1
0
 /**
  * 模板主题设置
  *
  * @access protected
  * @param string $theme
  *        	模版主题
  * @return Action
  */
 protected function theme($theme)
 {
     $this->view->theme($theme);
     return $this;
 }
示例#2
0
function theme($name = null)
{
    return view::theme($name);
}