Fetch comparing elements of the class.

Author Message

Jorge estévez

Sunday 26 December 2004 4:44:40 am

Hello!

In the following code I would like to do a fetch but only those elements of the class whos attribute 227 is equal to a string ($node.name), the problem is that attribute 227 of the class is a Drop Down List, and the documentation says:

<i>
Attribute filtering
The attribute filter mechanism is controlled by the "attribute_filter" parameter. Attribute filtering makes it possible to fetch a set of nodes where an attribute (or several attributes) contains some specific data. Attribute filtering is supported by the following datatypes:

ezboolean
ezdate
ezdatetime
ezemail
ezinteger
ezselection (will not work when used as multiple selector)
ezstring
eztime
</i>

The code:


fetch_alias( children_count, hash( parent_node_id, 324 ,
					 							class_filter_type,"include", 
												class_filter_array, array(33),
												depth, 15, attribute_filter, array(array( 277, '=', $node.name)),
												sort_by,array( attribute,false(),256 )
												) )}

My code works fine when the attribute to be compared is a string or else, but theres no way to make it run properly with the drop down list. <b>Is there any workaround?</b>, I am using ez version 3.4.1

Thanks!

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

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 18 2025 22:34:32
Script start
Timing: Jan 18 2025 22:34:32
Module start 'layout'
Timing: Jan 18 2025 22:34:32
Module start 'content'
Timing: Jan 18 2025 22:34:33
Module end 'content'
Timing: Jan 18 2025 22:34:33
Script end

Main resources:

Total runtime0.9517 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.0065 589.1328152.6250
Module start 'layout' 0.00650.0044 741.757839.4453
Module start 'content' 0.01090.9393 781.2031437.6719
Module end 'content' 0.95020.0014 1,218.87508.1563
Script end 0.9516  1,227.0313 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.3308160.0002
Check MTime0.00130.1345160.0001
Mysql Total
Database connection0.00100.109410.0010
Mysqli_queries0.910795.6977460.0198
Looping result0.00050.0516440.0000
Template Total0.921796.920.4609
Template load0.00200.206720.0010
Template processing0.919796.644720.4599
Template load and register function0.00030.028810.0003
states
state_id_array0.00070.074810.0007
state_identifier_array0.00090.099220.0005
Override
Cache load0.00160.1658210.0001
Sytem overhead
Fetch class attribute can translate value0.00090.099510.0009
Fetch class attribute name0.00070.072010.0007
XML
Image XML parsing0.00010.010410.0001
class_abstraction
Instantiating content class attribute0.00000.000410.0000
General
dbfile0.00070.0729100.0001
String conversion0.00000.001040.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
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 10
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs