随笔分类 -  Yii2

摘要:@see http://www.yiiframework.com/doc-2.0/yii-captcha-captcha.html 以下根据 MVC 模型的顺序来添加代码 1. model 层, 或者可以在默认的 LoginForm.php 上修改, 代码如下. 如果使用默认 SiteControl 阅读全文
posted @ 2016-07-11 19:07 Debm.Zhang 阅读(1908) 评论(0) 推荐(0)
摘要:yii1中, 若存在如下控制器class BindController extends CController { public function actionGetMobilePhone () { // some code... }}那么, 通过访问 http://you... 阅读全文
posted @ 2015-11-28 14:21 Debm.Zhang 阅读(3135) 评论(0) 推荐(0)
摘要:使用 composer 安装YII2时, 如题所示提示, 原因是由于yii安装中, 需要有一些相关的认证[或许说是composer的认证], 如有如下提示Could not fetch https://api.github.com/authorizations, enter your GitHub ... 阅读全文
posted @ 2015-01-05 18:58 Debm.Zhang 阅读(3500) 评论(0) 推荐(0)