theme() theme(string $theme) : \Common\Controller\Action 模板主题设置 Parameters string $theme 模版主题 Returns \Common\Controller\Action
assign() assign(mixed $name, mixed $value = '') : \Common\Controller\Action 模板变量赋值 Parameters mixed $name 要显示的模板变量 mixed $value 变量的值 Returns \Common\Controller\Action