Welcome Guest, Not a member yet? Register   Sign In
Extending Validation class to call a method that returns a modified value
#6

[eluser]WanWizard[/eluser]
Odd.

Looking at the code in the _execute method, it does check for non-bool return values, on callbacks, internal PHP functions, and form_validation methods...

Code:
$this->_field_data[$row['field']]['postdata'] = (is_bool($result)) ? $postdata : $result;


Messages In This Thread
Extending Validation class to call a method that returns a modified value - by El Forum - 03-15-2010, 03:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB