Forums / Developer / I need to develop a cronjob

I need to develop a cronjob

Author Message

Jorge estévez

Thursday 25 February 2010 5:22:32 pm

Hello

 

I need to develop a cronjob that will go through all certain nodes and get all attributes of its class, what should I use to “get” the attributes so I can display them? Is there a similar cronjob that get’s attributes starting from a tree node?

 

Thanks

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

Gaetano Giunta

Friday 26 February 2010 6:54:38 am

To walk the content tree, look at eg. how the ezfind indexation cronjob does it.

To fetch the attributes of a node or object, here's eZP little dirty trick: the "attribute" function.

Every object you read in the eZ manual at http://ez.no/doc/ez_publish/technical_manual/4_x/reference/objects is in php terms a subclass of ezpersistentobject.

And all the object attributes available in templates via "." and documented in the docs are available in php code via the "attribute" function.

So if $node is an ezcontentobjecttreenode, $node->attribute( 'data_map' ) will return an array with all the attributes of the encapsulated object. $node->attribute( 'children' ) will return an array with all the children nodes and so on...

Principal Consultant International Business
Member of the Community Project Board

Jorge estévez

Monday 01 March 2010 6:55:56 am

Hello,

Thanks... I have walked the tree, I now have access to all nodes (quite fast)... I am triying to access each attribute (I need to display "attribute name" and its "valus", but even with the help of friends this weekend we did not manage to do nothing:

Can you give me a hand?

This is the code:

<code>

//this works fine, it displays all the nodes

$cli->output( 'node found: "' . $node->attribute( 'name' ) . '" (' . $node->attribute( 'node_id' ) . ')' );

$mynodeArray = $node->attribute( 'data_map' );
$mycounter = -1;

////// I need to go trough all the attributes and display them (name and value)


foreach ( $mynodeArray as $myattr )
{
$mycounter += 1;

//var_dump( $myattr );

}

</code>

Please look at the commented lines in the code.

Another question: an you point out what to use to save the values to a file?

Thanks

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

eZ debug

Timing: Jan 19 2025 09:01:50
Script start
Timing: Jan 19 2025 09:01:50
Module start 'content'
Timing: Jan 19 2025 09:01:52
Module end 'content'
Timing: Jan 19 2025 09:01:52
Script end

Main resources:

Total runtime1.5632 sec
Peak memory usage4,096.0000 KB
Database Queries194

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0069 590.0703180.8359
Module start 'content' 0.00691.4224 770.9063541.5156
Module end 'content' 1.42930.1339 1,312.4219332.7500
Script end 1.5632  1,645.1719 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00410.2607210.0002
Check MTime0.00150.0932210.0001
Mysql Total
Database connection0.00100.061110.0010
Mysqli_queries1.488295.20131940.0077
Looping result0.00190.11931920.0000
Template Total1.529897.920.7649
Template load0.00210.133620.0010
Template processing1.527797.726420.7638
Template load and register function0.00020.010310.0002
states
state_id_array0.00130.083710.0013
state_identifier_array0.00080.052620.0004
Override
Cache load0.00160.1024410.0000
Sytem overhead
Fetch class attribute can translate value0.00160.099330.0005
Fetch class attribute name0.00120.079640.0003
XML
Image XML parsing0.00110.070230.0004
class_abstraction
Instantiating content class attribute0.00000.000740.0000
General
dbfile0.00680.4324270.0003
String conversion0.00000.000530.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
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 13
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs