How to do this fetch .. please ?!

Author Message

Marvix Marx

Tuesday 17 June 2008 10:52:44 am

Hi ..

I have multi folders, each folder have articles ..
I need to list latest articles from those folders based on publish date ..

what am using now

{let  		CentersNodes=$block.valid_nodes  $ArtArray=array()}

	{foreach $CentersNodes as $Center}
    	
        {def   $Articles=fetch( 'content', 'list', hash( 'parent_node_id', $Center.node_id , 
        																	  'depth', 10, 
                                                                              'class_filter_type',  'include',
                                                                              'class_filter_array', array(16,17),
                                                                              limit , 1
                                                                                 ) )  
        }
		
        
		{foreach $Articles as $Article}
        	<div id="article-list">
            {if $Article.data_map.image.content.is_valid}
            <div id="list-image">{attribute_view_gui attribute=$Article.data_map.image image_class=small}</div>
			{/if}
            <a href={$Article.url_alias|ezurl} id="link1"><h1 id="link1">{$Article.name|wash}</h1></a>
            {*<div id="date">{$Article.object.published|datetime('custom', '%d.%m.%y')}</div> <div id="clearboth"></div>*}
            <div id="article-content">{attribute_view_gui attribute=$Article.data_map.intro maxlength=200}</div>
            
            <div id="article-links"><a href={$Article.url_alias|ezurl}>moreد</a></div>
           </div> 
        {/foreach}

      
        {undef $Articles}        


    
    {/foreach}
{/let}

from the block admin I select the folders for this folder.

this for ez4.

Thanks.

Tuesday 17 June 2008 11:14:58 am

Hi, you should be able to just add the "sort_by" parameter:

'sort_by', array(array('published', false() ) )

Marvix Marx

Tuesday 17 June 2008 11:54:39 am

Peter .. this too easy .. :)

this will do the sort based on the folders publish date .. not the articles publish date :(

Marvix Marx

Tuesday 17 June 2008 12:20:21 pm

I think I found it ..


{let  		CentersNodes=$block.valid_nodes   ArticlesArray=array() }



	{foreach $CentersNodes as $Center}
		{set $ArticlesArray = $ArticlesArray|append( $Center.node_id  )}
    {/foreach}

        {def   $Articles=fetch( 'content', 'list', hash( 'parent_node_id', $ArticlesArray , 
        																	  'depth', 10, 
                                                                              'class_filter_type',  'include',
                                                                              'class_filter_array', array(16,17),
                                                                              'sort_by', array( array( 'published', false() ) ),
                                                                              limit , 10
                                                                                 ) )  
        	
        		
        }

		{foreach $Articles as $Article}
        	
        	<div id="article-list">
            {if $Article.data_map.image.content.is_valid}
            <div id="list-image">{attribute_view_gui attribute=$Article.data_map.image image_class=small}</div>
			{/if}
            <a href={$Article.url_alias|ezurl} id="link1"><h1 id="link1">{$Article.name|wash}</h1></a>
            {*<div id="date">{$Article.object.published|datetime('custom', '%d.%m.%y')}</div> <div id="clearboth"></div>*}
            <div id="article-content">{attribute_view_gui attribute=$Article.data_map.intro maxlength=200}</div>
            
            <div id="article-links"><a href={$Article.url_alias|ezurl}>more</a></div>
           </div> 
        {/foreach}



{/let}

Can you give better code ?

thx

Patrice DUCLAUD

Wednesday 18 June 2008 1:42:07 am

Hi,

You can perhaps try something like this ...

fetch ('content', 'tree', hash( 'parent_node_id', parent_node_of_your_folders,
..... with your other parameters)

Patrice

Marvix Marx

Wednesday 18 June 2008 9:15:29 am

The folders located under the root folders with another folders ... if used what you saying will list all the folders!

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 15:16:22
Script start
Timing: Jan 18 2025 15:16:22
Module start 'layout'
Timing: Jan 18 2025 15:16:22
Module start 'content'
Timing: Jan 18 2025 15:16:24
Module end 'content'
Timing: Jan 18 2025 15:16:24
Script end

Main resources:

Total runtime1.3787 sec
Peak memory usage4,096.0000 KB
Database Queries68

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0057 589.3594152.6250
Module start 'layout' 0.00570.0037 741.984439.4453
Module start 'content' 0.00931.3680 781.4297543.0938
Module end 'content' 1.37740.0013 1,324.523416.1563
Script end 1.3787  1,340.6797 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00300.2183160.0002
Check MTime0.00130.0917160.0001
Mysql Total
Database connection0.00060.044810.0006
Mysqli_queries1.329096.3939680.0195
Looping result0.00060.0463660.0000
Template Total1.335496.920.6677
Template load0.00200.145020.0010
Template processing1.333496.709320.6667
Template load and register function0.00010.010310.0001
states
state_id_array0.00180.131610.0018
state_identifier_array0.00130.094220.0006
Override
Cache load0.00170.1219300.0001
Sytem overhead
Fetch class attribute can translate value0.00100.069930.0003
Fetch class attribute name0.00090.068460.0002
XML
Image XML parsing0.00040.025530.0001
class_abstraction
Instantiating content class attribute0.00000.000860.0000
General
dbfile0.00070.0474100.0001
String conversion0.00000.000640.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
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
10content/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
3content/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: 23
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs