PHP 클래스 Indatus\Ranger\ApiDatabase\QueryBuilding\Joins

상속: extends ApiQueryBuilder
파일 보기 프로젝트 열기: indatus/ranger

공개 메소드들

메소드 설명
buildQueryFromParameters ( $builder, array $input ) We will 'join' any of the related records with the response.

메소드 상세

buildQueryFromParameters() 공개 메소드

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