

Fonctions membres publiques | |
| TBE_browser_recordList () | |
| listURL ($altId='', $table=-1, $exclList='') | |
| ext_addP () | |
| linkWrapItems ($table, $uid, $code, $row) | |
| linkWrapTable ($table, $code) | |
Attributs publics | |
| $thisScript = 'browse_links.php' | |
| TBE_browser_recordList::TBE_browser_recordList | ( | ) |
Initializes the script path
| TBE_browser_recordList::listURL | ( | $ | altId = '', |
|
| $ | table = -1, |
|||
| $ | exclList = '' | |||
| ) |
Creates the URL for links
| mixed | If not blank string, this is used instead of $this->id as the id value. | |
| string | If this is "-1" then $this->table is used, otherwise the value of the input variable. | |
| string | Commalist of fields NOT to pass as parameters (currently "sortField" and "sortRev") |
Réimplémentée à partir de recordList.
| TBE_browser_recordList::ext_addP | ( | ) |
Returns additional, local GET parameters to include in the links of the record list.
| TBE_browser_recordList::linkWrapItems | ( | $ | table, | |
| $ | uid, | |||
| $ | code, | |||
| $ | row | |||
| ) |
Returns the title (based on $code) of a record (from table $table) with the proper link around (that is for "pages"-records a link to the level of that record...)
| string | Table name | |
| integer | UID (not used here) | |
| string | Title string | |
| array | Records array (from table name) |
Réimplémentée à partir de recordList.
| TBE_browser_recordList::linkWrapTable | ( | $ | table, | |
| $ | code | |||
| ) |
Returns the title (based on $code) of a table ($table) without a link
| string | Table name | |
| string | Table label |
Réimplémentée à partir de recordList.
| TBE_browser_recordList::$thisScript = 'browse_links.php' |
1.5.3