Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

fvalidation

posted by isn 7 years ago

how to echo the result of $messages without using exception ..

$validator = new fValidation(); $validator->addIntegerFields('contact'); $messages= $validator->validate(TRUE); if(print_r($messages)!==){ echo 'invalidcon'; }