PHP 클래스 Backend\Core\Engine\DataGridDB

상속: extends DataGrid
파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $query, array $parameters = [], string $resultsQuery = null, array $resultsParameters = [] )

메소드 상세

__construct() 공개 메소드

public __construct ( string $query, array $parameters = [], string $resultsQuery = null, array $resultsParameters = [] )
$query string The query to retrieve the data.
$parameters array The parameters to be used inside the query.
$resultsQuery string The optional count query, used to calculate the number of results.
$resultsParameters array The parameters to be used inside the results query.