| 1 |
The netforum module has a few functions that will help in development,
|
| 2 |
including some to create XML for insert statements. All of the functions
|
| 3 |
are propery commented for documentation generation. For more details,
|
| 4 |
look through the source for the following functions:
|
| 5 |
|
| 6 |
netforum_xweb_request($fname, $arguments = array(), $cache_max = null)
|
| 7 |
netforum_response_from_cache()
|
| 8 |
netforum_object_fields($obj_name)
|
| 9 |
netforum_object_name($obj_key)
|
| 10 |
netforum_object_key($obj_name)
|
| 11 |
netforum_is_empty_guid($key = '')
|
| 12 |
netforum_is_valid_guid($key = '')
|
| 13 |
netforum_clean_object_name($obj_type_name)
|
| 14 |
netforum_ind_info_parameters($ind_objects = array())
|
| 15 |
netforum_org_info_parameters($org_objects = array())
|
| 16 |
netforum_facade_object_parameters($fcd_obj_name, $fcd_objects = array())
|
| 17 |
|
| 18 |
If you need to schedule data imports or exports, creating a custom
|
| 19 |
module to implement hook_cron() is recommended.
|