yii中view中引用文件,使用render是否可以可以传递url中get的参数 [ 2.0 版本 ]
yii中view中引用文件,使用render是否可以可以传递url中get的参数
共 3 个回答
-
可以的,第二个参数就是咯
/** * @param string $view the view name. * @param array $params the parameters (name-value pairs) that should be made available in the view.These * parameters will not be available in the layout. */ public function render($view, $params = []) { $content = $this->getView()->render($view, $params, $this); return $this->renderContent($content); }
共 4 条回复
acking 上海
注册时间:2012-05-16
最后登录:2024-05-25
在线时长:65小时55分
最后登录:2024-05-25
在线时长:65小时55分
- 粉丝13
- 金钱2565
- 威望0
- 积分3215