ResultSel ResultSel(
string
$field_ID, string
$table_selections, string
$field_sel_ID, string
$field_sel_name, string
$table_objsel, string
$field_selected, string
$field_selection, integer
$current_selection_ID, string
$sql, [NULL|string
$count_sql = NULL], [string
$param_prefix = ''], [string
$default_order = ''], [integer
$limit = 20]
)
|
|
Constructor
Parameters:
|
string |
$field_ID: |
fieldname of item ID to select on |
|
string |
$table_selections: |
|
|
string |
$field_sel_ID: |
|
|
string |
$field_sel_name: |
|
|
string |
$table_objsel: |
|
|
string |
$field_selected: |
|
|
string |
$field_selection: |
|
|
integer |
$current_selection_ID: |
current selection ID |
|
string |
$sql: |
SQL query |
|
NULL|string |
$count_sql: |
SQL query used to count the total # of rows (if NULL, we'll try to COUNT(*) by ourselves) |
|
string |
$param_prefix: |
prefix to differentiate page/order params when multiple Results appear one same page |
|
string |
$default_order: |
default ordering of columns (special syntax) if not URL specified |
|
integer |
$limit: |
number of lines displayed on one screen |
Display list/table end followed by </form> closing.
Typically outputs </ul> or </table>
Redefinition of:
- Table::display_list_end()
- Display list/table end.
void display_list_start(
)
|
|
Display list/table start preceeded by <form> opening.
Redefinition of:
- Table::display_list_start()
- Display list/table start.
Callback for selection menu