fuel / validation

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

Adds public function to validate one field #15

Closed sagikazarmark closed 10 years ago

sagikazarmark commented 10 years ago

Currently an exception is thrown if the field cannot be found in the dataset. Would it be better to just return with false Result?

sagikazarmark commented 10 years ago

Fixes #5