Dictionary
class Dictionary (View source)
Dictionary class
Methods
static array
get_active($dict_table, $key_field = 'rowid', $value_field = 'label', $sort_field = 'label', $sort_order = 'ASC')
Returns dictionary active lines list
static array
get_all($dict_table, $key_field = 'rowid', $value_field = 'label', $sort_field = 'label', $sort_order = 'ASC')
Returns dictionary all lines list
Details
at line 36
static array
get_active($dict_table, $key_field = 'rowid', $value_field = 'label', $sort_field = 'label', $sort_order = 'ASC')
Returns dictionary active lines list
at line 51
static array
get_all($dict_table, $key_field = 'rowid', $value_field = 'label', $sort_field = 'label', $sort_order = 'ASC')
Returns dictionary all lines list