bracket_db.inc File Reference
Detailed Description
This file contains the database helper functions for the bracket module
- Author:
- Jim Bullington <jimb@jrbcs.com>
Function Documentation
bracket_db_delete |
( |
$ |
node |
) |
|
delete a bracket node from the db
- Parameters:
-
| $node | the node containing the bracket |
bracket_db_delete_tree |
( |
$ |
node |
) |
|
delete the db bracket tree
- Parameters:
-
| $node | the node containing the bracket |
bracket_db_insert |
( |
$ |
node |
) |
|
insert a new bracket node to the db
- Parameters:
-
| $node | the node containing the bracket |
bracket_db_load |
( |
$ |
node |
) |
|
Load a bracket node into this bracket object
- Parameters:
-
| $node | the node to contain the bracket |
- Returns:
- the loaded bracket object, if it exists
bracket_db_update |
( |
$ |
node |
) |
|
update a bracket node to the db
- Parameters:
-
| $node | the node containing the bracket |
bracket_db_update_tree |
( |
$ |
node |
) |
|
update the db bracket tree from the node
- Parameters:
-
| $node | the node containing the bracket |