PHP Class Indatus\Ranger\ApiDatabase\QueryBuilding\Joins

Inheritance: extends ApiQueryBuilder
Afficher le fichier Open project: indatus/ranger

Méthodes publiques

Méthode Description
buildQueryFromParameters ( $builder, array $input ) We will 'join' any of the related records with the response.

Method Details

buildQueryFromParameters() public méthode

the join parameter array values should be a string in the format: {join_table}:{join_table.id_field}={another_table.another_id_field}
public buildQueryFromParameters ( $builder, array $input )
$input array