static void result_fields(
)
|
|
Returns fields that can be included in the resultset.
Filtering on one of these performs bad, since the complete set will be returned by tixway and then stripped locally. Potentially returning and sifting trhough tenthousand results.
Tags:
static void result_fields_classes(
[$class
$class = ''])
|
|
Returns fields that can be included in the resultset, grouped by purpose. + These resemble the fields that will be returned when querying for one of these items. E.g. all fields under 'movie' will be returned when requesting any list of movies.
Filtering on one of these performs bad, since the complete set will be returned by tixway and then stripped locally. Potentially returning and sifting trhough tenthousand results.
Tags:
Parameters: