Class MagratheaModelControl
Methods summary
public static
Array<Object>
|
|
public static
Object
|
|
public static
resultRow
|
|
public static
resultRow
|
|
public static
Array<Object>
|
#
RunMagQuery(
Runs a Magrathea Query and returns a list of objects (calls Run function) |
public static
Array<Object>
|
#
RunPagination(
Runs query with Pagination. This way, is not necessary to worry about including pagination on Magrathea Query, this function can deal with it |
public static
Array<Object>
|
#
Run(
Runs a Magrathea Query and returns a list of objects |
public static
Array<Object>
|
|
public static
Array<Object>
|
|
public static
Array<Object>
|
|
public static
Object
|
#
GetRowWhere( string $arr, string $condition = "AND" )
Builds query with where clause, returning only first row |
public static
Array<Object>
|
#
GetMultipleObjects( Array<objects> $array_objects, string $joinGlue, string $where = "" )
This function allows to build a query getting multiple objects at once |
public static
|
Magic methods summary
Properties summary
protected static
|
$modelName
|
|
protected static
|
$dbTable
|