Unclassified NewsBoard Code Reference

IForum.GetListArray function

Get a list of forums matching the query

function IForum.GetListArray ($where = '', $order = '', $limit = '');

Parameters:

where  –  optional, default: ''
(string) SQL WHERE section
order  –  optional, default: ''
(string) SQL ORDER BY section
limit  –  optional, default: ''
(string) SQL LIMIT section

Return value:

array(forumID) of all found forums

Member of class: IForum

Implementation file: unb_lib/forum.lib.php, line 140

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.