コード例 #1
0
 /**
  * 模板主题设置
  *
  * @access protected
  * @param string $theme
  *        	模版主题
  * @return Action
  */
 protected function theme($theme)
 {
     $this->view->theme($theme);
     return $this;
 }
コード例 #2
0
ファイル: _function.php プロジェクト: samplecms/package
function theme($name = null)
{
    return view::theme($name);
}