QBSort
Last updated
Was this helpful?
Last updated
Was this helpful?
The QBSort
class provides a wrapper for defining SQL sort conditions within the QBSelect
framework. It allows for flexible and precise specification of sorting rules, integrating seamlessly with parent and root query references. Main functions include configuring ascending (asc
) and descending (desc
) sort orders, supporting diverse query components.
For additional details on query construction and execution, refer to the .
Get query builder parent table clause, this may be a query or a join clause.
Get query builder parent.
Get query builder parent table clause, this may be a query or a join clause.
Type
Sample
Get query builder parent.
Sample
Type