• LifterLMS
  • Knowledge Base
  • Academy
  • Blog
  • Podcast
  • Contributors
  • My Account

LifterLMS LifterLMS

  • Code Reference
  • REST API
  • LLMS-CLI

Code Reference

Skip to content
Filter by type:
Search
Browse: Home / Code Reference / includes/abstracts/abstract.llms.database.query.php

LLMS_Database_Query::__call()

Method: Handle backwards compatibility for the misspelled (and removed) method `preprare_query()`.

Source: includes/abstracts/abstract.llms.database.query.php:376

Used by 0 functions | Uses 1 function

LLMS_Database_Query::prepare_query()

Method: Prepare the query.

Source: includes/abstracts/abstract.llms.database.query.php:399

Used by 1 function | Uses 0 functions

LLMS_Database_Query::__get()

Method: Preserve backwards compat for read access to formerly public and removed class properties.

Source: includes/abstracts/abstract.llms.database.query.php:328

Used by 0 functions | Uses 2 functions

LLMS_Database_Query::__set()

Method: Preserve backwards compat for write access to formerly public and removed class properties.

Source: includes/abstracts/abstract.llms.database.query.php:353

Used by 0 functions | Uses 2 functions

LLMS_Database_Query::public_prop_deprecation()

Method: Throws a deprecation message when a formerly public property is accessed directly.

Source: includes/abstracts/abstract.llms.database.query.php:307

Used by 2 functions | Uses 1 function

LLMS_Database_Query::legacy_public_props()

Method: Gets information about properties that used to be public and have been replaced with public getters.

Source: includes/abstracts/abstract.llms.database.query.php:286

Used by 3 functions | Uses 0 functions

LLMS_Database_Query::perform_query()

Method: Performs the SQL query.

Source: includes/abstracts/abstract.llms.database.query.php:128

Used by 0 functions | Uses 0 functions

LLMS_Database_Query::found_results()

Method: Perform a SQL to retrieve the total number of found results for the given query.

Source: includes/abstracts/abstract.llms.database.query.php:165

Used by 1 function | Uses 0 functions

LLMS_Database_Query::default_arguments()

Method: Retrieve query argument default values.

Source: includes/abstracts/abstract.llms.database.query.php:36

Used by 1 function | Uses 1 function

llms_{$this->id}_query_limit

Filter Hook: Filters the query LIMIT clause.

Source: includes/abstracts/abstract.llms.database.query.php:228

Used by 1 function | Uses 0 functions
1 2 … 4 Next »
© 2014 - 2023 LifterLMS · Privacy Policy · Terms and Conditions