list_getSmileys

Description

Gets information about all the smileys for the list

Syntax

array list_getSmileys (int $start, int $items_per_page, string $sort)



Parameter $start

Expected type: Integer
Description: Which row of the results to start with



Parameter $items_per_page

Expected type: Integer
Description: How many items are displayed per page



Parameter $sort

Expected type: String
Description: A string to be passed to the SQL ORDER BY clause indicating how we want to sort the results



Return value

Expected type: Array of arrays
Description: Returns an array containing arrays of information about each smiley. Each array has id_smiley, code, filename, description, smiley_row, smiley_order and hidden


Notes

  • Callback for $listOptions['get_items']['function'] in EditSmileys
Advertisement: