随笔分类 -  yii

YII oracle
摘要:以 11.2 为例 , 注意必须要与数据库版本对应下载如下两个文件instantclient-basic-linux.x64-11.2.0.4.0.zip https://download.oracle.com/otn/linux/instantclient/11204/instantclient- 阅读全文
posted @ 2021-10-27 18:23 allen817 阅读(73) 评论(0) 推荐(0)
yii2 sqlserver 2008 连接
摘要:参考文章 http://www.cnblogs.com/facetwitter/p/6444706.html?utm_source=itdadao&utm_medium=referral http://www.cnblogs.com/jiechn/p/4841865.html 1.必需安装freet 阅读全文
posted @ 2017-07-24 19:48 allen817 阅读(1580) 评论(0) 推荐(0)
yii gv index
摘要:controllers $test = $dataProvider->getModels(); 分配过去 view index //Yii::$app->view->params['test'] = $test; column [ 'attribute' => 'mom', 'format' => 阅读全文
posted @ 2017-07-07 17:32 allen817 阅读(152) 评论(0) 推荐(0)
win redis
摘要:参考网址http://blog.csdn.net/wgw335363240/article/details/24469159,http://www.runoob.com/redis/redis-hashes.html 1.cmd切换到目录下:redis-server.exe redis.window 阅读全文
posted @ 2017-06-07 23:49 allen817 阅读(127) 评论(0) 推荐(0)
yii 验证问题
摘要:yii 版本2.08 yii 验证码问题 1.模型里加入'verifyCode', 'captcha','message'=>'error','captchaAction' => 'test/captcha' * 这个要配置指定的方法'captchaAction' => 'test/captcha' 阅读全文
posted @ 2016-06-22 09:10 allen817 阅读(149) 评论(0) 推荐(0)