phpBelBios
[ class tree: phpBelBios ] [ index: phpBelBios ] [ all elements ]

Class: TixwayData

Source Location: /phpbelbios.inc

Class Overview


Data container. Holds data such as query-able fields, fields that can be used for filtering and error codes.


Methods



Class Details

[line 405]
Data container. Holds data such as query-able fields, fields that can be used for filtering and error codes.



[ Top ]


Class Methods


static method query_fields [line 414]

static void query_fields( )

Returns fields that affect the query results. In addition to required fields such as type, username etceteras



Tags:

access:  public


[ Top ]

static method ras_error [line 547]

static void ras_error( $code)



Tags:

access:  public


Parameters:

   $code  

[ Top ]

static method result_fields [line 429]

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:

access:  public


[ Top ]

static method result_fields_classes [line 494]

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:

access:  public


Parameters:

$class   $class   string only return values for class with name string;

[ Top ]

method http_url [line 407]

void http_url( )



Tags:

access:  public


[ Top ]


Documentation generated on Tue, 13 May 2008 22:23:38 +0200 by phpDocumentor 1.4.1Support This Project