![]() |
Xataface 2.0
Xataface Application Framework
|
Public Member Functions | |
Dataface_ImportForm ($tablename, $relationshipname=null) | |
formSubmitted () | |
& | getRecord () |
& | getRelationship (&$table) |
_build () | |
display () | |
loadImportTable () | |
import ($values) | |
validate () | |
Data Fields | |
$_table | |
$_relationship = null | |
$_record = null | |
$_built = false | |
$_step = 1 | |
$_filterNames = array() |
File: Dataface/ImportForm.php Author: Steve Hannah <shannah@sfu.ca> Created: Dec. 1, 2005
Description: ------------ A Form to import records into a table or a relationship.
Definition at line 40 of file ImportForm.php.
_build | ( | ) |
Definition at line 130 of file ImportForm.php.
Dataface_ImportForm | ( | $ | tablename, |
$ | relationshipname = null |
||
) |
Definition at line 50 of file ImportForm.php.
display | ( | ) |
Definition at line 283 of file ImportForm.php.
formSubmitted | ( | ) |
Checks if the form has been submitted. This can be called even before the form has been built in static context.
Definition at line 69 of file ImportForm.php.
& getRecord | ( | ) |
Loads the parent record for this form. This may be called in static context. This method is called in the constructor if no valid record is supplied.
Definition at line 77 of file ImportForm.php.
& getRelationship | ( | &$ | table | ) |
Definition at line 92 of file ImportForm.php.
import | ( | $ | values | ) |
Definition at line 333 of file ImportForm.php.
loadImportTable | ( | ) |
Definition at line 299 of file ImportForm.php.
validate | ( | ) |
Definition at line 374 of file ImportForm.php.
$_built = false |
Definition at line 45 of file ImportForm.php.
$_filterNames = array() |
Definition at line 47 of file ImportForm.php.
$_record = null |
Definition at line 44 of file ImportForm.php.
$_relationship = null |
Definition at line 43 of file ImportForm.php.
$_step = 1 |
Definition at line 46 of file ImportForm.php.
$_table |
Definition at line 42 of file ImportForm.php.