fetching attributes with the same name of two different classes

Author Message

Nicolas Heiringhoff

Friday 16 April 2004 1:58:38 am

hello everyone,

we have two different classes which have one attribute in common. This attribute is called "faq". Then we have a folder "documentation" with sveral subfolders like"subfolder1", "subfolder2", etc. Objects of the two classes are in the subfolders . It looks something like this:

Our example:

Node 196 (folder Documentation)
Subfolder 1 (Node ID 227) with class 1 (Class ID 28) with attribute "faq" (attribute id 247)
Subfolder 2 (Node ID 228) with class 2 (Class ID 29) with attribute "faq" (attribute id 246)

In Subfolder 3 off this node we would like to display the content of the two attributes "faq" of Class ID 28 and 29

does anyone have a suggestion?
thanx from germany

http://www.heiringhoff.de

Nicolas Heiringhoff

Friday 16 April 2004 3:54:07 am

Now we have found a solution by modyfing a code we have used before. With this code we can get the specific attribute.

{* Get the dokus (ClassID: "2"! Might be different for you!) *}
{let articles=fetch('content','list',hash(parent_node_id,204,$node.node_id,class_filter_type,"include",class_filter_array,array(29)))}

{* Get a count of the articles (ClassID: "2"! Might be different for you!) in this folder. *}
{let articles_count=fetch('content','list_count',hash(parent_node_id,$node.node_id,class_filter_type,"include",class_filter_array,array(28)))}

{* Now decide what to do *}
{switch name=decision match=$articles_count}
{case match=1}
{* Show this if there is only one article! E.g. include the "full article view" page. *}
{section name=Article loop=$articles}
{node_view_gui view=full content_node=$decision:Article:item}
{/section}
{/case}
{case}
{* Show this for more than one article. *}
{section name=Article loop=$articles}

{section name=read_link show=$decision:Article:item.contentobject_version_object.data_map.body}
<a href={concat("/content/view/full/",$decision:Article:item.node_id)|ezurl}>{$decision:Article:item.data_map.faq.data_text}</a>
{/section}

<br />

<img src={"trennlinie.png"|ezimage}
<br />


{/section}
{/case}
{/switch}

http://www.heiringhoff.de

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

Main resources:

Total runtime0.7772 sec
Peak memory usage4,096.0000 KB
Database Queries52

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0082 589.4141152.6563
Module start 'layout' 0.00820.0046 742.070339.5234
Module start 'content' 0.01270.7632 781.5938497.7109
Module end 'content' 0.77590.0013 1,279.304712.0938
Script end 0.7772  1,291.3984 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.4138160.0002
Check MTime0.00130.1688160.0001
Mysql Total
Database connection0.00130.161210.0013
Mysqli_queries0.724093.1477520.0139
Looping result0.00050.0603500.0000
Template Total0.741995.520.3709
Template load0.00210.267220.0010
Template processing0.739895.182720.3699
Template load and register function0.00010.013010.0001
states
state_id_array0.00080.102010.0008
state_identifier_array0.00110.140620.0005
Override
Cache load0.00170.2198450.0000
Sytem overhead
Fetch class attribute can translate value0.00040.046710.0004
Fetch class attribute name0.00110.142030.0004
XML
Image XML parsing0.00050.066910.0005
class_abstraction
Instantiating content class attribute0.00000.001340.0000
General
dbfile0.00080.1061160.0001
String conversion0.00000.005440.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
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
5content/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: 6

Time used to render debug report: 0.0002 secs