recursiveBoards
Description
This function is used by getBoardTree to recursively get a list of boards.
Syntax
void recursiveBoards (array &$_boardList, array &$_tree)
Parameter &$_boardList
Expected type: Array
Description: The $boardList array that's loaded by getBoardTree
Parameter &$_tree
Expected type: Array
Description: A list of all boards in a particular category as loaded by getBoardTree
Notes
- See the function declaration for getBoardTree for more information