$info $info : $info = array( 'name'=>'Editor', 'title'=>'编辑器', 'description'=>'用于增强整站长文本的输入和显示', 'status'=>1, 'author'=>'thinkphp', 'version'=>'0.1' ) Type
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