[php]
class ChoiceUserWidget extends Widget{
public function render($data){
$s['num']=$data[0];
$s['key']=$data[1];
$content = $this->renderFile('select_user',$s);
return $content;
}
}
[/php]
模版调用
{:W('ChoiceUser',array(9,usertype))}
相关文章:
-
2022-12-23
-
2022-12-23
-
2022-12-23
-
2022-12-23
-
2022-12-23
-
2021-04-28
-
2022-01-19
-
2021-07-19
猜你喜欢
-
2021-07-19
-
2021-12-13
-
2021-04-06
-
2021-12-17
-
2021-10-08
-
2021-06-26
相关资源
-
下载
2022-12-17
-
下载
2023-03-10
-
下载
2021-06-06