previousHTML_QuickForm::getSubmitValues() (Previous) (Next) Validation et filtresnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTML_QuickForm::process()

HTML_QuickForm::process() – Effectue les opérations sur les données du formulaire

Synopsis

require_once 'HTML/QuickForm.php';

void HTML_QuickForm::process ( mixed $callback , bool $mergeFiles = = true )

Description

Effectue les opérations sur les données du formulaire. Cette méthode appelle la fonction $callback en y passant les valeurs soumises (et fichiers, lorsque $mergeFiles =TRUE).

Parameter

mixed $callback

Callback, soit un nom de fonction, soit un tableau array(&$object, 'method')

boolean $mergeFiles

Si l'on doit également opérer sur les fichiers téléchargés

Throws

Possible PEAR_Error values
Code erreur Message d'erreur Raison Solution
QUICKFORM_INVALID_PROCESS Callback function does not exist in QuickForm::process() Tentative de passage d'un nom de fonction inexistant en tant que callback Vérifiez le nom de la fonction

Note

Disponible depuis la version 1.0.

This function can not be called statically.

previousHTML_QuickForm::getSubmitValues() (Previous) (Next) Validation et filtresnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.