Class: ResultSel
Source Location: /blogs/inc/_core/ui/results/_resultsel.class.php
Class ResultSel
Class Overview
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From Results
Inherited From Table Inherited From Widget |
Inherited From Results
Inherited From Table
Inherited From Widget
|
[ Top ]
Property Summary
| mixed | $current_selection_ID | |
| mixed | $field_selected | |
| mixed | $field_selection | |
| mixed | $Form | var Form |
| mixed | $table_selections |
[ Top ]
Method Summary
| ResultSel | ResultSel() | Constructor |
| void | display_functions() | Display functions |
| void | display_list_end() | Display list/table end followed by </form> closing. |
| void | display_list_start() | Display list/table start preceeded by <form> opening. |
| void | selection_menu() | Callback for selection menu |
[ Top ]
Properties
Methods
Constructor ResultSel [line 74]
|
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 |
[ Top ]
display_functions [line 170]
|
Display functions
Redefinition of:
- Results::display_functions()
- Display the functions
[ Top ]
display_list_end [line 149]
|
Display list/table end followed by </form> closing.
Typically outputs </ul> or </table>
Redefinition of:
- Table::display_list_end()
- Display list/table end.
[ Top ]
display_list_start [line 109]
|
Display list/table start preceeded by <form> opening.
Redefinition of:
- Table::display_list_start()
- Display list/table start.
[ Top ]
