Saturday 11 February 2006 9:51:45 am
After creating node assignments for your object, you should call the publish operation, as mentioned in this thread: http://ez.no/community/forum/general/publish_object_with_php:
$operationResult = eZOperationHandler::execute( 'content', 'publish', array( 'object_id' => $contentObjectID, 'version' => $contentObjectVersion ) );
There are other forum threads about programmatically creating content objects, like http://ez.no/community/forum/developer/importing_update_entry_if_it_already_exists, but they're quite hard to find with the search function.
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
|