You can update objects by creating new version and publish the new version.
$newVersion = $object->createNewVersion(); $newData = $object->fetchDataMap( $newVersion->attribute( 'version' ) ); // change attributes of new version here, by using $newData data map $result = eZOperationHandler::execute( 'content', 'publish', array( 'object_id' => $object->attribute( 'id' ), 'version' => $newVersion->attribute( 'version' ) ) );
Article provided by eZpedia
All text is available under the terms of the GNU Free Documentation License
Powered by eZ Publish 6.0.2stable
Hosted by USA eZ Publish Community Partner : Brookins Consulting