随笔分类 -  yii

摘要: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 公子张 阅读(403) 评论(0) 推荐(0)
摘要:Yii::app()->request->userHostAddress; //获取客户端IP 阅读全文
posted @ 2014-03-17 14:14 公子张 阅读(226) 评论(0) 推荐(0)