SourceForge Logo
1.2.1: list_categories


Description
This functions returns a list (an array) of all the categories in the database

Function call
list_categories();

Input
No input here, simply return all rows in the database :)

Output
The output is an array. Each row has the following structure:

VarDescription
$row->cidthe ID of the category.
$row->ctitlethe visible name of the category.

« Previous | Index | Next »