摘要: yii rules 验证详解public function rules() { return array( array('project_id, type_id, status_id, owner_id, requester_id,', 'numerical', 'integerOnly'=>true), array('name', 'length', 'max'=>256), array('description', 'length', 'max 阅读全文
posted @ 2014-03-19 10:44 公子张 阅读(398) 评论(0) 推荐(0)