Unclassified NewsBoard Code Reference

IForum.GetChildA function

Get all subforums

function IForum.GetChildA ($id, $showhidden = false);

Parameters:

id
(int) parent forum id
showhidden  –  optional, default: false
(bool) include hidden forums in this search

Return value:

array(forumRecord, ...) of all subforums
The returned forum records contain all forum columns, the ChildCount and optionally the Hidden flag

Member of class: IForum

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

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