Fetch implementation, please help!

Author Message

Jorge estévez

Wednesday 02 February 2005 6:36:29 pm

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

Main resources:

Total runtime0.5982 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.0050 589.1641152.6250
Module start 'layout' 0.00500.0036 741.789139.4453
Module start 'content' 0.00860.5880 781.2344439.0781
Module end 'content' 0.59660.0016 1,220.31258.1563
Script end 0.5982  1,228.4688 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00390.6573160.0002
Check MTime0.00150.2463160.0001
Mysql Total
Database connection0.00070.113510.0007
Mysqli_queries0.547691.5335460.0119
Looping result0.00070.1191440.0000
Template Total0.555992.920.2780
Template load0.00250.425920.0013
Template processing0.553492.498720.2767
Template load and register function0.00020.037110.0002
states
state_id_array0.00230.377610.0023
state_identifier_array0.00110.178320.0005
Override
Cache load0.00210.3524290.0001
Sytem overhead
Fetch class attribute can translate value0.00150.251210.0015
Fetch class attribute name0.00080.135910.0008
XML
Image XML parsing0.00030.049310.0003
class_abstraction
Instantiating content class attribute0.00000.001010.0000
General
dbfile0.00360.6068100.0004
String conversion0.00000.001540.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
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
3content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.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