|
Posted by Esad Hajdarevic on 03/16/05 00:55
Hi everyone,
Shouldn't
void HTML_QuickForm::process (mixed $callback [, bool $mergeFiles = TRUE])
actually return the value returned by the callback function?
One example when this may be handy:
if ($form->process(array(&$fb,'processForm'), false)) {
//data processed (FormBuilder's processForm returns true when
//data has been manipulated)
}
PS. Sorry if this message gets cross-posted, I've tried posting to .dev,
but message never appeared
Greetings,
Esad Hajdarevic
Navigation:
[Reply to this message]
|