Drupal.org Excerpt:
API change as of beta-1 of node_factory.module Ever wanted to create nodes on the fly? This module provides functionality to do this. With this module you can write code like this to produce a node. <?php// my_nodetype must be an existing nodetype$edit = node_factory_create_node( 'my_nodetype'); node_factory_set_value(... [More...]
Details:
| Maintainer: | clemens.tolboom |
| Links: | |
| Categories: | Content, Content Construction Kit (CCK), Developer, Import and export |
