View::render_php_file()
Method: Render the php file.
View::render_php_file Read More »
@package: LearnDash / Core
Source Files: includes/licensing/framework/class-view.php
Method: Render the php file.
View::render_php_file Read More »
Method: Render a view file, this will be use to render a whole page, if a layout defined, then we will render layout + view
Method: View constructor.
Method: Join the stuff on the table to make a full query statement
DB_Builder::query_build Read More »
Method: Run the query to see if the record is exist or not.
DB_Builder::exists Read More »
Method: Build the limit statement.
Method: Build order statement.
DB_Builder::order_by Read More »
Method: Find a record by it’s ID
DB_Builder::find_by_id Read More »
Method: Guess the type of value for correcting placeholder
DB_Builder::guess_var_type Read More »
Method: Define the conditions, for example where(‘property’,’value) This will create an equal statement.
Method: Export the class properties as array format.
Method: Sql setup script should be here.