• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






jasonxiaoqinde

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2017年9月12日

yii2.0 添加组件baidu ueditor
摘要: 下载uditor git clone https://github.com/BigKuCha/yii2-ueditor-widget.git 将下载的项目放到 common/wdigets目录上 修改命名空间 或者 安装 Either run or add to the require sectio 阅读全文
posted @ 2017-09-12 11:28 jasonxiaoqinde 阅读(314) 评论(0) 推荐(0)
 
yii添加验证码 和重复密码
摘要: <?phpnamespace frontend\models;use common\models\User;use yii\base\Model;use Yii;/** * Signup form */class SignupForm extends Model{ public $username; 阅读全文
posted @ 2017-09-12 00:22 jasonxiaoqinde 阅读(629) 评论(0) 推荐(0)