LDLMS_DB
Class to create the instance.
Contents
Description #
Source #
Methods #
- __construct — Public constructor for class
- check_table_primary_index — Utility function to check the primary index and AUTO_INCREMENT for a database table.
- get_table_name — Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files.
- get_table_prefix — Get the WPProQuiz table name prefix. This is appended to the default WP prefix.
- get_table_primary_index_set — Returns the Primary Index set if available.
- get_table_status_info
- get_table_sub_prefix
- get_tables — Get an array of all custom tables.
- get_tables_base
- init — Public Initialize function for class