fuel / validation

FuelPHP Framework - Data Validation library
70 stars 14 forks source link

Validator Loops Through Data #30

Closed JackBlower closed 10 years ago

JackBlower commented 10 years ago

The Validator class in the run method loops over the incoming data which means validation rules are not run for fields not in the input.

This means Required isn't run for missing fields in the input.