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

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to