required : 必须值验证属性 [['字段名'],required,'requiredValue'=>'必填值','message'=>'提示信息']; #说明:CRequiredValidator 的别名, 确保了特性不为空. email : 邮箱验证 ['email', 'email']; Read More
posted @ 2017-06-25 21:23 平平淡淡是幸福 Views(389) Comments(0) Diggs(0) Edit
Bat::find() ; //返回查询实例 Bat::find()->one() //返回一条数据 Bat::find()->all(); //返回所有数据 Bat::find()->asArray()->all() ... Read More
posted @ 2017-06-25 21:06 平平淡淡是幸福 Views(567) Comments(0) Diggs(0) Edit