![]() |
Xataface
2.0alpha2
Xataface Application Framework
|
Public Member Functions | |
| Dataface_ResultController ($tablename, $db='', $baseUrl='', $query='') | |
| & | getRecords () |
| getCurrentPosition () | |
| setBaseUrl ($url) | |
| getBaseUrl () | |
| getTotalRecords () | |
| getDisplayedRecords () | |
| getPageIndex (&$selected_url) | |
| getContentsList ($selected_url) | |
| _buildSetLink ($query=array()) | |
| _buildLink ($query=array()) | |
| jumpMenu () | |
| limitField ($prefix='') | |
| toHtml ($prefix='') | |
| listHtml ($prefix='') | |
| browseHtml ($prefix) | |
| getLinkHtml ($pos, $linkId=null, $imgURL=null, $imgAlt="Go", $mode=null) | |
| getPrevLinkHtml ($img=null, $mode=null) | |
| getNextLinkHtml ($img=null, $mode=null) | |
| getCurrentHtml () | |
| getPageIndexHtml () | |
Data Fields | |
| $_baseUrl | |
| $_prevLink | |
| $_nextLink | |
| $_tablename | |
| $_queryBuilder | |
| $_fields | |
| $_table | |
| $_db | |
| $_records | |
| $_pos | |
| $_totalRecords | |
| $_query | |
| $_resultSet | |
| $type | |
| $_displayedRecords | |
| $_titleColumn | |
| $_contentsList | |
Definition at line 37 of file ResultController.php.
| _buildLink | ( | $query = array() | ) |
Can be used in static context as well.
Definition at line 310 of file ResultController.php.
| _buildSetLink | ( | $query = array() | ) |
Definition at line 302 of file ResultController.php.
| browseHtml | ( | $prefix | ) |
Definition at line 428 of file ResultController.php.
| Dataface_ResultController | ( | $tablename, | |
$db = '', |
|||
$baseUrl = '', |
|||
$query = '' |
|||
| ) |
Definition at line 69 of file ResultController.php.
| getBaseUrl | ( | ) |
Definition at line 179 of file ResultController.php.
| getContentsList | ( | $selected_url | ) |
Generate list of options to be displayed in the "Jump" menu.
Definition at line 235 of file ResultController.php.
| getCurrentHtml | ( | ) |
Definition at line 552 of file ResultController.php.
| getCurrentPosition | ( | ) |
Definition at line 170 of file ResultController.php.
| getDisplayedRecords | ( | ) |
Definition at line 203 of file ResultController.php.
| getLinkHtml | ( | $pos, | |
$linkId = null, |
|||
$imgURL = null, |
|||
$imgAlt = "Go", |
|||
$mode = null |
|||
| ) |
Definition at line 466 of file ResultController.php.
| getNextLinkHtml | ( | $img = null, |
|
$mode = null |
|||
| ) |
Definition at line 528 of file ResultController.php.
| getPageIndex | ( | & | $selected_url | ) |
Returns a list of the links to pages of results.
Definition at line 211 of file ResultController.php.
| getPageIndexHtml | ( | ) |
Definition at line 564 of file ResultController.php.
| getPrevLinkHtml | ( | $img = null, |
|
$mode = null |
|||
| ) |
Definition at line 498 of file ResultController.php.
| & getRecords | ( | ) |
Definition at line 136 of file ResultController.php.
| getTotalRecords | ( | ) |
Definition at line 189 of file ResultController.php.
| jumpMenu | ( | ) |
Definition at line 315 of file ResultController.php.
| limitField | ( | $prefix = '' | ) |
Definition at line 340 of file ResultController.php.
| listHtml | ( | $prefix = '' | ) |
Definition at line 367 of file ResultController.php.
| setBaseUrl | ( | $url | ) |
Definition at line 175 of file ResultController.php.
| toHtml | ( | $prefix = '' | ) |
Definition at line 353 of file ResultController.php.
| $_baseUrl |
Definition at line 39 of file ResultController.php.
| $_contentsList |
Definition at line 66 of file ResultController.php.
| $_db |
Definition at line 46 of file ResultController.php.
| $_displayedRecords |
Number of records currently displayed by this query.
Definition at line 58 of file ResultController.php.
| $_fields |
Definition at line 44 of file ResultController.php.
| $_nextLink |
Definition at line 41 of file ResultController.php.
| $_pos |
Definition at line 48 of file ResultController.php.
| $_prevLink |
Definition at line 40 of file ResultController.php.
| $_query |
Definition at line 50 of file ResultController.php.
| $_queryBuilder |
Definition at line 43 of file ResultController.php.
| $_records |
Definition at line 47 of file ResultController.php.
| $_resultSet |
Definition at line 51 of file ResultController.php.
| $_table |
Definition at line 45 of file ResultController.php.
| $_tablename |
Definition at line 42 of file ResultController.php.
| $_titleColumn |
The column to be displayed on the controller for navigation.
Definition at line 64 of file ResultController.php.
| $_totalRecords |
Definition at line 49 of file ResultController.php.
| $type |
Definition at line 52 of file ResultController.php.
1.8.1.2