Database-enabled TForm automatically loads and saves data
Located in /dbform.inc.php (line 18)
TForm | --TDBForm
If the form is in debug mode (no queries will be performed).
key id. Only useful after an INSERT
Inherited from TForm
TForm::$errors
TForm::$extraFields
TForm::$method
TForm::$name
TForm::$validated
Create a new TDBForm. This loads and saves its data from a database.
All form object names must exist in the table.
Displays a Yes and No box asking the user to confirm deletion
Deletes the current entry from the table
Checks if the form is currently being edited
Returns a string for the WHERE clause of sql containing a list of all the "other" conditions passed when the form was created.
Handler function for restoring all the values, and saving or deleting a form and etc
Handler function for saving or deleting (after confirmation) a form Should only be called in place of prepareAndSave() when doing processing manually.
Saves the current values into the database, Implicitly validates data
Change the form submit method, to override the default of POST.
Checks if the form was confirmed (either yes or no) for deletion
Inherited From TForm
TForm::TForm()
TForm::add()
TForm::getDefaultValues()
TForm::getmd5()
TForm::getNextLine()
TForm::getValue()
TForm::getValues()
TForm::html()
TForm::output()
TForm::restoreValues()
TForm::setError()
TForm::setValue()
TForm::validate()
TForm::wasSubmitted()
Documentation generated on Thu, 27 Nov 2003 14:58:52 -0500 by phpDocumentor 1.2.3