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
|