How to fetch nodes that belong to differents sections ?

Author Message

Benjamin Lemoine

Thursday 18 May 2006 9:31:16 am

Hi !

I've differents scattered nodes in my main tree that belong to differents sections.

I want to know if there is a solution wich permits to fetch these nodes according to a section?

ex: fetch('content', 'node', hash('parent_node_id', 2, 'section_id', 6))

Thanks.

Stuart Fenton

Thursday 18 May 2006 10:10:35 am

Yes you can add a section id to the fetch statement.

Have a look here:
http://ez.no/products/ez_publish/documentation/customization/tips_tricks/fetch_function_examples

Regards
Fats

-- Stuart

stuart@grandmore.com
http://www.grandmore.com

Benjamin Lemoine

Thursday 18 May 2006 11:38:07 pm

Thanks for your reply, but this fetch function only permit to sort nodes by section.

What I want is fetch nodes that belong to one particular section.

Any ideas ?

Ɓukasz Serwatka

Thursday 18 May 2006 11:45:12 pm

Hi Benjamin,

You can use object_list
http://ez.no/doc/ez_publish/technical_manual/3_7/reference/modules/section/fetch_functions/object_list

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Benjamin Lemoine

Friday 19 May 2006 12:17:45 am

Thanks, it works !

But now, is it possible to limit to one level?
Example:

- My tree

| Main
|
|-- Folder1
|----- Subfolder
|----- Article
|
|-- Folder 2
|----- Subfolder1
|----- Subfolder2
|
|-- Folder 3
|----- Subfolder1
|----- Subfolder2
|
|-- ........

I want to make a menu that only contains Folder 1 and Folder 3. So I've created a section that contains Folders 1 & 3. And, with fetch object by section_id, it displays :
- Folder 1
- Subfolder
- Article
- Folder 3
- Subfolder
- Subfolder

Can I limit the fetch to the first level ?

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 19 2025 00:35:56
Script start
Timing: Jan 19 2025 00:35:56
Module start 'layout'
Timing: Jan 19 2025 00:35:56
Module start 'content'
Timing: Jan 19 2025 00:35:57
Module end 'content'
Timing: Jan 19 2025 00:35:57
Script end

Main resources:

Total runtime1.0550 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0076 588.1563152.6563
Module start 'layout' 0.00760.0030 740.812539.5078
Module start 'content' 0.01051.0433 780.3203605.6484
Module end 'content' 1.05390.0011 1,385.968812.1094
Script end 1.0550  1,398.0781 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.3398160.0002
Check MTime0.00140.1294160.0001
Mysql Total
Database connection0.00170.156510.0017
Mysqli_queries0.993894.1982650.0153
Looping result0.00060.0614630.0000
Template Total1.007595.520.5038
Template load0.00200.187220.0010
Template processing1.005595.309620.5028
Template load and register function0.00010.014010.0001
states
state_id_array0.00770.725410.0077
state_identifier_array0.00200.186420.0010
Override
Cache load0.00180.1667520.0000
Sytem overhead
Fetch class attribute can translate value0.00080.073730.0003
Fetch class attribute name0.00100.092770.0001
XML
Image XML parsing0.00140.130630.0005
class_abstraction
Instantiating content class attribute0.00000.001370.0000
General
dbfile0.00110.1060240.0000
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
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
11content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
6content/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: 26
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs