Fetch function...

Author Message

Dariusz Rubinkiewicz

Wednesday 09 April 2003 6:48:53 am

I get some information from:
http://ezwiki.blanko.info/index.php/3XHT_FetchFunction
and manual, sdk tutorial about this function but...
Try understand a demo design template`s code. So...go to the pagelayout_section_3.tpl (NEWS template) and try analize this code.
I found:

{let folder_list=fetch(content,list,hash(parent_node_id,24,sort_by,array(array(priority)))) news_list=fetch(content,tree,hash(parent_node_id,24,limit,5,sort_by,array(published,false()),class_filter_type,include,class_filter_array,array(2)))) }

I understand what this fetch function do, but I don`t understand a syntax for "sort by" parameters...

in first we have ...sort by, array(array(priority))
in second we have ...sort by, array(published, false())....

I try use for first "...sort by, array (priority)... but it didn`t work...A folder was sorted only when I use sort by, array(array(....)) syntax.

I think that we use sort by, array(array(first field) syntax only when we use only one array field, the first array field when we use 'sort by' parameter. That`s correct ??

Sorry for my English :)

Jan Borsodi

Friday 11 April 2003 7:04:18 am

The general syntax is array(array(field,[ascending?)[,array(field,[ascending?)]]).
The shorthand syntax was created for when you only had one field to sort by, if you use the shorthand you need to specify the ascending parameter as well array(priority,true()).

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

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 05:13:26
Script start
Timing: Jan 18 2025 05:13:26
Module start 'layout'
Timing: Jan 18 2025 05:13:26
Module start 'content'
Timing: Jan 18 2025 05:13:27
Module end 'content'
Timing: Jan 18 2025 05:13:27
Script end

Main resources:

Total runtime0.6849 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0068 589.2188152.6094
Module start 'layout' 0.00680.0033 741.828139.4297
Module start 'content' 0.01010.6735 781.2578522.5625
Module end 'content' 0.68360.0013 1,303.82038.1875
Script end 0.6848  1,312.0078 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.5007160.0002
Check MTime0.00130.1954160.0001
Mysql Total
Database connection0.00110.156510.0011
Mysqli_queries0.640993.5813540.0119
Looping result0.00060.0827520.0000
Template Total0.653795.420.3269
Template load0.00170.244020.0008
Template processing0.652095.202820.3260
Template load and register function0.00020.033710.0002
states
state_id_array0.00090.133010.0009
state_identifier_array0.00070.096220.0003
Override
Cache load0.00140.2033190.0001
Sytem overhead
Fetch class attribute can translate value0.00060.092620.0003
Fetch class attribute name0.00120.169330.0004
XML
Image XML parsing0.00070.105520.0004
class_abstraction
Instantiating content class attribute0.00000.001330.0000
General
dbfile0.00150.2257170.0001
String conversion0.00000.001240.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/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/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 11
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs