Forums / Developer / creating draft objects with php

creating draft objects with php

Author Message

*- pike

Saturday 03 May 2008 1:07:10 pm

Hi

there's quite a bit of code around to demonstrate how to create and publish objects with php. but they all set the status to published eventually.

There's a wikipage code snippet:
http://ezpedia.org/wiki/en/ez/creating_new_content_objects_with_php

Since 3.9, there's the eZContentFunctions::createAndPublishObject() :
http://pubsvn.ez.no/nextgen/trunk/kernel/classes/ezcontentfunctions.php

And the csvimport example, which for some reason doesn't use the above method
http://pubsvn.ez.no/nextgen/trunk/bin/php/ezcsvimport.php

csvimport uses the new toString() and fromString() datatype methods, roughly described here
http://pubsvn.ez.no/nextgen/trunk/doc/features/3.9/to_from_string_datatype_functionality.txt

In all these examples, the new object is eventually set to status=published, using

$operationResult = eZOperationHandler::execute( 'content', 'publish'

If you take that functioncall out, the nodeAssignment doesnt seem to work - an object is created, but not assigned to a node. The new object is available in the admin under 'my drafts', but does not have a location/node, and the section is unknown, and versions can not be managed.

The "execute( 'content', 'publish' " is actually a chain of actions defined in /kernel/content/operation_definition.php which moves the object through a chain of events: set the new version to pending, setting the current version to archived, setting the new version to published, and do some triggers, cleanup and cache stuff. That makes sense.

So here's the question:
is this whole chain of events needed to assign a node to a object ? must a object be set to status=published to get assigned to a node ? In other words, drafts actually have no location ? And archived versions ?

I'm a bit lost here ..
*-pike

---------------
The class eZContentObjectTreeNode does.

eZ debug

Timing: Jan 20 2025 14:31:05
Script start
Timing: Jan 20 2025 14:31:05
Module start 'content'
Timing: Jan 20 2025 14:31:05
Module end 'content'
Timing: Jan 20 2025 14:31:05
Script end

Main resources:

Total runtime0.1512 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0087 590.0703180.8359
Module start 'content' 0.00880.0071 770.906393.8828
Module end 'content' 0.01590.1352 864.7891525.2734
Script end 0.1510  1,390.0625 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00392.5882200.0002
Check MTime0.00140.9261200.0001
Mysql Total
Database connection0.00120.796510.0012
Mysqli_queries0.104669.18451410.0007
Looping result0.00120.78291390.0000
Template Total0.134789.110.1347
Template load0.00090.621110.0009
Template processing0.133888.497810.1338
Override
Cache load0.00060.422110.0006
Sytem overhead
Fetch class attribute can translate value0.00151.000310.0015
XML
Image XML parsing0.00020.157410.0002
General
dbfile0.00382.5133200.0002
String conversion0.00000.004630.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs