Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

get_all_tabs()

Description

Get all tab records, sorted by the order_by column

Parameters

This function accepts no parameters.

Return

array

Location

include/tab_functions.php lines 73 to 76

Definition

 
function get_all_tabs()
    {
    return 
ps_query('SELECT ref, `name`, order_by FROM tab ORDER BY order_by');
    }

This article was last updated 18th May 2024 17:05 Europe/London time based on the source file dated 16th May 2024 18:10 Europe/London time.