![]() |
![]()
| ![]() |
![]()
init_indexDefault shows the search form as well as a paged table that contains all users init_resultLoad the result of a query, based on a query id and paging information init_pagerSimilar to init_result but returns only the data portion of the table as partial result. action_searchHandle search requests and display the result as grid __render_result_listHelper to render the output result list from a sql query result. __render_result_tableHelper to render the result table. Takes four arguments: the stored result object, the entries to display, limit and startat (for paging) render_search_formRenders the search form init_searchdisplays a raw search page with possibly preset search fields
|