'/^1[3-9]\d{9}$/', 'message' => '手机号码格式错误'], [['create_time'], 'integer'], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => '姓名', 'phone' => '手机号码', 'ip' => 'IP', 'create_time' => '报名时间', ]; } }