Fetch content tree - strange or normal behavior?

Author Message

Piotrek Karaś

Wednesday 07 May 2008 4:29:56 am

Hi,

I want to fetches a tree of nodes of certain classes recursively, and thought using content tree fetch would be the best option. Unfortunately, a strange thing happened. Let's say we have articles (A) and folders (F). I fetch a tree asking <b>only</b> for articles. Now imagine this structure:

# A
# A
# A
# F
## A
## A

Now what the tree fetch returns is:

# A
# A
# A
## A
## A

Why? How can I fetch the same type of information, but without exploring subtrees that I should not have access? I expect this:

# A
# A
# A

Thanks,
Piotrek

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

André R.

Wednesday 07 May 2008 5:15:29 am

Didn't you expect to get all articles in the sub tree structure that you have read access to??

If you only want to fetch as in your last example, use 'list'.

If you want to fetch recursively where you only want articles as children of articles, then you have to create your own logic for that.

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Piotrek Karaś

Wednesday 07 May 2008 8:05:47 am

When I think 'recursive', then I mean structure (with its consequences). When I think list, then I think whatever filtering rules there are available... Anyway - this means work ;)

Thanks!

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 20 2025 17:19:56
Script start
Timing: Jan 20 2025 17:19:56
Module start 'layout'
Timing: Jan 20 2025 17:19:56
Module start 'content'
Timing: Jan 20 2025 17:19:57
Module end 'content'
Timing: Jan 20 2025 17:19:57
Script end

Main resources:

Total runtime1.1725 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0056 589.1641151.2266
Module start 'layout' 0.00560.0023 740.390636.6797
Module start 'content' 0.00791.1639 777.0703574.1328
Module end 'content' 1.17180.0007 1,351.203111.8125
Script end 1.1725  1,363.0156 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00300.2585160.0002
Check MTime0.00120.1053160.0001
Mysql Total
Database connection0.00080.068210.0008
Mysqli_queries1.127396.1427570.0198
Looping result0.00050.0438550.0000
Template Total1.138297.120.5691
Template load0.00170.147220.0009
Template processing1.136596.924120.5682
Template load and register function0.00010.008210.0001
states
state_id_array0.00070.060110.0007
state_identifier_array0.00140.118220.0007
Override
Cache load0.00140.1233220.0001
Sytem overhead
Fetch class attribute can translate value0.00040.037620.0002
Fetch class attribute name0.00130.106850.0003
XML
Image XML parsing0.00090.077320.0005
class_abstraction
Instantiating content class attribute0.00000.000860.0000
General
dbfile0.00220.1865240.0001
String conversion0.00000.000740.0000
Note: percentages do not add up to 100% because some accumulators overlap

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/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 18
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs