$sql
$sql : string
- The SQL query to execute
A simple query class that generically accepts any SQL query.
descendents of this class should implement at least the limit, and offset parameters to allow the pagination class to work.
This class supports accessing members as either object members with the -> operator, or as array members with the [] operator.
execute() : \CGExtensions\query\resultset
Execute the query and return the resultset