LLMS_Student_Query
Description Description
Source Source
File: includes/class.llms.student.query.php
Changelog Changelog
Version | Description |
---|---|
3.4.0 | |
3.13.0 | Introduced. |
Methods Methods
- get_default_args — Retrieve default arguments for a student query
- get_students — Retrieve an array of LLMS_Students for the given set of students returned by the query
- parse_args — Parses data passed to $statuses
- preprare_query — Prepare the SQL for the query
- requires_field — Determines if a field should be selected/joined based on searching and sorting arguments
- sql_having — Retrieve prepared SQL for the HAVING clause
- sql_joins — Setup joins based on submitted sort and search args
- sql_search — Retrieve the prepared SEARCH query for the WHERE clause
- sql_select — Setup the SQL for the select statement
- sql_status_in — Generate an SQL IN clause based on submitted status arguments
- sql_subquery — Generate an SQL subquery for the dynamic status or date values in the main query