Property | Type | Description | |
---|---|---|---|
$joins | |||
$order | |||
$select | array | ||
$selfJoins | |||
$tableNameSelect |
Method | Description | |
---|---|---|
addJoin ( $table, $on ) | ||
addSelfJoin ( $alias, $on ) | ||
fromArray ( $values, $key = null ) | ||
getJoins ( ) : array | ||
getOrder ( ) : mixed | ||
getOrderBy ( ) | ||
getSelect ( ) : array | ||
getSelfJoins ( ) : array | ||
getTableNameSelect ( ) : string | ||
orderBy ( $field, $order = ConditionSubSelect::ASC ) | ||
select ( array | string $select ) | ||
setTableNameSelect ( $tableName ) |