PHP Class Redaxscript\Controller\Search

Since: 3.0.0
Author: Henry Ruhs
Author: Balázs Szilágyi
Inheritance: extends ControllerAbstract
Afficher le fichier Open project: redaxmedia/redaxscript Class Usage Examples

Protected Properties

Свойство Type Description
$tableArray array array of tables

Méthodes publiques

Méthode Description
process ( ) : string process the class

Méthodes protégées

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

Method Details

_getColumnArray() protected méthode

get the column array
Since: 3.0.0
protected _getColumnArray ( string $table = null ) : array
$table string name of the table
Résultat array

_getLikeArray() protected méthode

get the like array
Since: 3.0.0
protected _getLikeArray ( string $table = null, array $searchArray = [] ) : array
$table string name of the table
$searchArray array array of the search
Résultat array

_info() protected méthode

show the info
Since: 3.0.0
protected _info ( array $infoArray = [] ) : string
$infoArray array array of the info
Résultat string

_renderResult() protected méthode

render the result
Since: 3.0.0
protected _renderResult ( array $resultArray = [] ) : string
$resultArray array array of the result
Résultat string

_validate() protected méthode

validate
Since: 3.0.0
protected _validate ( array $queryArray = [], array $resultArray = [] ) : array
$queryArray array array of the query
$resultArray array array of the result
Résultat array

process() public méthode

process the class
Since: 3.0.0
public process ( ) : string
Résultat string

Property Details

$tableArray protected_oe property

array of tables
protected array $tableArray
Résultat array