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 76 to 79

Definition

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

This article was last updated 19th March 2024 04:35 Europe/London time based on the source file dated 18th August 2023 11:35 Europe/London time.