LLMS_Database_Query::default_arguments()
Method: Retrieve query argument default values.
Source: includes/abstracts/abstract.llms.database.query.php:48
Method: Retrieve query argument default values.
Source: includes/abstracts/abstract.llms.database.query.php:48
Method: Escape and add quotes to a string, useful for array mapping when building queries.
Source: includes/abstracts/abstract.llms.database.query.php:70
Method: Retrieve the total number of found results for the given query.
Source: includes/abstracts/abstract.llms.database.query.php:177
Method: Retrieve a query variable with an optional fallback / default.
Source: includes/abstracts/abstract.llms.database.query.php:140
Method: Retrieve default arguments for the query.
Source: includes/abstracts/abstract.llms.database.query.php:86
Method: Get a string used as filter names unique to the extending query.
Source: includes/abstracts/abstract.llms.database.query.php:116
Method: Retrieve an array of results for the given query.
Source: includes/abstracts/abstract.llms.database.query.php:207
Method: Get the number of results to skip for the query based on the current page and per_page vars.
Source: includes/abstracts/abstract.llms.database.query.php:127
Method: Determine if the query has at least one result.
Source: includes/abstracts/abstract.llms.database.query.php:244
Method: Determine if we’re on the first page of results.
Source: includes/abstracts/abstract.llms.database.query.php:256