上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: $hello中的 js 代码不会执行,会原样输出Html ::encode( $hello);$hello中的 js 代码不会执行,不会输出\ yii\helpers \HtmlPurifier:: proces... 阅读全文
posted @ 2015-06-12 11:16 开源 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 数据块调用blocks[ 'block1']?> 数据块写法beginBlock( 'block1'); ?>indexendBlock ('block1'); ?> 检测数据块是否定义blocks [ 'blo... 阅读全文
posted @ 2015-06-12 11:16 开源 阅读(113) 评论(0) 推荐(0) 编辑
摘要: $cookies =Yii:: $app->response ->cookies;向cookies中添加数据$cookie_data =array( 'name'=>'user' ,'value'=> '张三' ... 阅读全文
posted @ 2015-06-12 11:15 开源 阅读(81) 评论(0) 推荐(0) 编辑
摘要: $session =Yii:: $app->session ;判断session是否开启$session->isActive 开启session$session ->open();向session中添加数据$se... 阅读全文
posted @ 2015-06-09 11:28 开源 阅读(133) 评论(0) 推荐(0) 编辑
摘要: $request =Yii:: $app->request ; 通过GET传递参数echo $request -> get ('tag', 20) ;$request -> isGet //判断是否为GET请求通... 阅读全文
posted @ 2015-06-09 11:25 开源 阅读(104) 评论(0) 推荐(0) 编辑
摘要: $response =Yii:: $app->response ; 设置响应码$response->statusCode ='404';设置不缓存参数$response ->headers-> add('pra... 阅读全文
posted @ 2015-06-09 11:24 开源 阅读(409) 评论(0) 推荐(0) 编辑
摘要: // 以下以basic版本为例1.修改config/web.php'components' => [ #code ... 'urlManager' => [ 'enablePret... 阅读全文
posted @ 2015-06-09 11:24 开源 阅读(166) 评论(0) 推荐(0) 编辑
摘要: In main.php config file add the following code into components array: 'components' => [ 'cache' => [ ... 阅读全文
posted @ 2015-06-09 11:22 开源 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 安装yii2-widget-select2插件链接地址 https://github.com/kartik-v/yii2-widget-select2修改_form.php文件#code ...use app\m... 阅读全文
posted @ 2015-06-09 11:22 开源 阅读(137) 评论(0) 推荐(0) 编辑
摘要: public function rules (){ return [ [['member_type' , 'member_name', 'member_sex', 'member_age',... 阅读全文
posted @ 2015-06-09 11:21 开源 阅读(726) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页