This file deals with some of the items required by the helpdesk, but are primarily supporting functions; they're not the principle functions that drive the admin area.
It is subject to given parameters (start, number of items, order/sorting), parses the language strings and adds the parameter information provided.
Parameter: $start
Expected type: int
Number of items into the log to start (for pagination)
Parameter: $items_per_page
Expected type: int
How many items to load
Parameter: $sort
Expected type: string
SQL clause to state which column(s) to order the data by
Parameter: $order
Expected type: string
SQL clause to state whether the order is ascending or descending
This function gets the total number of items logged in the helpdesk log, for the purposes of establishing the number of pages there should be in the page-index.
Page created in 0.015 seconds with 11 queries.