QuickForm->process()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux