PEAR-Handbuch | ||
---|---|---|
Zurück | Nach vorne |
Form element name or array of such names. Special name '__ALL__' means all the form elements.
Callback, either function name or array(&$object, 'method')
Tabelle 42-1. Mögliche Fehler-Arten
Error code | Error message | Reason | Solution |
---|---|---|---|
QUICKFORM_INVALID_FILTER | Callback function does not exist in QuickForm::applyFilter() | Tried to pass a name of a non-existant function as a callback | Check spelling |
Zurück | Zum Anfang | Nach vorne |
HTML_QuickForm::isRuleRegistered() | Nach oben | HTML_QuickForm_Controller |