Свойство | Type | Description | |
---|---|---|---|
$tableArray | array | array of tables |
Méthode | Description | |
---|---|---|
process ( ) : string | process the class |
Méthode | Description | |
---|---|---|
_getColumnArray ( string $table = null ) : array | get the column array | |
_getLikeArray ( string $table = null, array $searchArray = [] ) : array | get the like array | |
_info ( array $infoArray = [] ) : string | show the info | |
_renderResult ( array $resultArray = [] ) : string | render the result | |
_search ( array $searchArray = [] ) : array | search in tables | |
_validate ( array $queryArray = [], array $resultArray = [] ) : array | validate |
protected _getColumnArray ( string $table = null ) : array | ||
$table | string | name of the table |
Résultat | array |
protected _renderResult ( array $resultArray = [] ) : string | ||
$resultArray | array | array of the result |
Résultat | string |