![]() |
Xataface 2.0
Xataface Application Framework
|
Public Member Functions | |
| Dataface_SearchForm ($tablename, $db='', $query='', $fields=null) | |
| _build () | |
| display () | |
| performFind ($values) | |
| process ($callback=null, $mergFiles=true) | |
| getKeys () | |
| deserialize ($field) | |
| serialize ($field) | |
Data Fields | |
| $tablename | |
| $db | |
| $_iniFile | |
| $_query | |
| $_exactMatches = false | |
| $_table | |
| $_resultSet | |
| $_fields = array() | |
| $_isBuilt = false | |
Definition at line 46 of file SearchForm.php.
| _build | ( | ) |
Definition at line 145 of file SearchForm.php.
| Dataface_SearchForm | ( | $ | tablename, |
| $ | db = '', |
||
| $ | query = '', |
||
| $ | fields = null |
||
| ) |
Definition at line 72 of file SearchForm.php.
| deserialize | ( | $ | field | ) |
Definition at line 363 of file SearchForm.php.
| display | ( | ) |
Definition at line 271 of file SearchForm.php.
| getKeys | ( | ) |
Definition at line 353 of file SearchForm.php.
| performFind | ( | $ | values | ) |
Converts the -find* GET parameters into something that is usable by the application and forwards to the appropriate page.
Definition at line 293 of file SearchForm.php.
| process | ( | $ | callback = null, |
| $ | mergFiles = true |
||
| ) |
Definition at line 345 of file SearchForm.php.
| serialize | ( | $ | field | ) |
Definition at line 369 of file SearchForm.php.
| $_exactMatches = false |
Definition at line 56 of file SearchForm.php.
| $_fields = array() |
Some columns may require some special loading mechanisms. This is an associative array of columns => callbacks to load the column.
Definition at line 68 of file SearchForm.php.
| $_iniFile |
Definition at line 52 of file SearchForm.php.
| $_isBuilt = false |
Definition at line 70 of file SearchForm.php.
| $_query |
Definition at line 54 of file SearchForm.php.
| $_resultSet |
Definition at line 60 of file SearchForm.php.
| $_table |
Definition at line 58 of file SearchForm.php.
| $db |
Definition at line 50 of file SearchForm.php.
| $tablename |
Definition at line 48 of file SearchForm.php.
1.7.4