getBoardParents
Description
This function loads and returns information about the specified board and any parents of that board.
Syntax
int getBoardParents (int $id_parent)
Parameter $id_parent
Expected type: Integer
Description: The ID of the board to load parent boards for
Return value
Expected type: Integer
Description: This array is returned for each of the parent boards found. The keys of the array are the ID_BOARD values for each parent board.
Notes
- Multi-dimensional array returned, with the board IDs as the keys.