Public Member Functions

queryService Class Reference

Public Member Functions

 __construct ()
 fetchAll ($doName, $searchRule)
 fetchRecord ($doName, $searchRule)
 fetchField ($doName, $searchRule, $fieldName)

Detailed Description

Definition at line 25 of file queryService.php.


Constructor & Destructor Documentation

__construct (  )

Initialize queryService

Returns:
void

Definition at line 33 of file queryService.php.


Member Function Documentation

fetchAll ( doName,
searchRule 
)

Fetch all data from specified data object

Parameters:
string$doNamedata object name
string$searchRulerule of serach
Returns:
array array of records

Definition at line 45 of file queryService.php.

Here is the call graph for this function:

fetchField ( doName,
searchRule,
fieldName 
)

Fetch field

Parameters:
string$doNamedata object name
string$searchRulesearch rule
string$fieldNamefield name
Returns:
mixed

Definition at line 85 of file queryService.php.

Here is the call graph for this function:

fetchRecord ( doName,
searchRule 
)

Fetch record

Parameters:
string$doNamedata object name
string$searchRulerule of search
Returns:
mixed

Definition at line 63 of file queryService.php.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file: