How to link eZMatrix to another ezMatrix ?

Author Message

Mark Gerrits

Friday 14 November 2003 6:34:10 am

Hi all,

I have a folder class named 'product_group' which has an ezmatrix attribute. This attribute contains the 'specifications' of the products it contains. For example, the matrix for the group 'Monitors' lists

ID - Value
80 - Resolution
81 - Refresh rate

The 'Product' class also contains an matrix attribute :

ID - Value
80 - 1024x768
81 - 100Hz

The current override template loops through the elements of the group-matrix with the following code :

{section name=row loop=$specs.rows.sequential}
<tr>
<td>
{$row:item.columns[0]}
</td>
<td>
{$row:item.columns[1]}
</td>
<td>
<! VALUE HERE !>
</td>
</tr>
{/section}

$specs is the ezmatrix attribute of the productgroup.
$values (not showed) contains the matrix of the product currently viewed.

How can I join these two matrix attributes on the ID's in the matrix ? I tough I could do something like

$values[$row:index].columns[1]

But this goes out of sync when the elements are not listed in the same order. Instead of [1] I would like to link them on the ID Column (80/81).

Can somebody tell me if this is possible ?

PS Maybe the matrix datatype is not the right choice for this kind of thing.. any suggestions are very welcome.

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 01:12:31
Script start
Timing: Jan 19 2025 01:12:31
Module start 'layout'
Timing: Jan 19 2025 01:12:31
Module start 'content'
Timing: Jan 19 2025 01:12:33
Module end 'content'
Timing: Jan 19 2025 01:12:33
Script end

Main resources:

Total runtime1.5203 sec
Peak memory usage4,096.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0078 589.2891152.6406
Module start 'layout' 0.00780.0034 741.929739.4766
Module start 'content' 0.01121.5072 781.4063411.1953
Module end 'content' 1.51850.0018 1,192.60168.1250
Script end 1.5203  1,200.7266 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.2281160.0002
Check MTime0.00140.0917160.0001
Mysql Total
Database connection0.00250.163710.0025
Mysqli_queries1.469096.6222460.0319
Looping result0.00050.0332440.0000
Template Total1.476097.120.7380
Template load0.00220.143920.0011
Template processing1.473896.939120.7369
Template load and register function0.00020.014710.0002
states
state_id_array0.00240.156610.0024
state_identifier_array0.00250.163120.0012
Override
Cache load0.00180.1182330.0001
Sytem overhead
Fetch class attribute can translate value0.00070.048110.0007
Fetch class attribute name0.00070.048610.0007
XML
Image XML parsing0.00010.005810.0001
class_abstraction
Instantiating content class attribute0.00000.000310.0000
General
dbfile0.00060.0408100.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
1content/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
4content/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: 12
 Number of unique templates used: 5

Time used to render debug report: 0.0002 secs