How to do this ? fetch idea needed .. help plz !

Author Message

Selmah Maxim

Monday 14 February 2005 10:24:09 am

Hi all ...

I have multi folders, sub folders, and I have company_info class listed in the folders, now I don`t wanna show a folder if its doesn`t include any of company_info .... this done easy, but the problem is if the main find 1 of my class under main folder will list also the sub folders so how to do this !??

hhhmmm ... something like this ..

<b>Main Folder1</b>{folder class)
xman{folder class,empty)
my company [company_info class]
rambo{folder class,empty)
ezpublish{folder class,empty)

Now, i wanna list the main folder with the subs which have company-info just ..
I worte this, but didn`t work !

{section loop=fetch( 'content', 'tree', hash( 'parent_node_id', 2, 
												class_filter_type, "include", 
												class_filter_array, array($Business_Folder),
												depth, 2,
												depth_operator, eq
												,sort_by,array('name',true() ) 
												 ) ) }

	{*<!-- Count the info class items in each b.folder -->*} 		
	{let Child_Count=fetch( 'content',	'tree_count',hash( 
										'parent_node_id', $:item.node_id,
										depth,0,
										class_filter_type, "include",
										class_filter_array, array($Company_Info),
										attribute_filter, array('and', array('company_info/online_status','!=',0))
										)) }
								
		{section show=$:Child_Count|gt(0)}
		<td width=20% valign="top">
		<a  href={$MainCats:item.url_alias|ezurl} title="{$Main_Category:item.name}" ID="BigCategoryLink">
		{$:item.name}</a>[{$:Child_Count}]<br>
		{*<!--List the sub cats-->*} 
			{section loop=fetch( 'content', 'tree', hash( 'parent_node_id', $:item.node_id, 
												depth, 1,
												class_filter_type, "include", 
												class_filter_array, array($Business_Folder),
												 )) }
					{*section show=$:item.children_count|gt(0)*}
								<a ID="SmallCategoryLink" href={$:item.url_alias|ezurl} title="{$:item.name}">{$:item.name}</a><br>
					{/section}			
						{*/section*}
			{/section}					
												 
			
		
	{/let}
	</td>
{delimiter modulo=3}</tr><tr>{/delimiter} 

{/section}

Thx in advance !

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

Main resources:

Total runtime1.4840 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.0070 589.1797152.6406
Module start 'layout' 0.00700.0038 741.820339.4766
Module start 'content' 0.01081.4718 781.2969411.2656
Module end 'content' 1.48260.0014 1,192.56258.1250
Script end 1.4839  1,200.6875 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00400.2720160.0003
Check MTime0.00140.0925160.0001
Mysql Total
Database connection0.00090.061510.0009
Mysqli_queries1.439997.0274460.0313
Looping result0.00050.0317440.0000
Template Total1.450497.720.7252
Template load0.00160.108820.0008
Template processing1.448897.630020.7244
Template load and register function0.00020.013010.0002
states
state_id_array0.00090.057510.0009
state_identifier_array0.00140.097120.0007
Override
Cache load0.00130.0870150.0001
Sytem overhead
Fetch class attribute can translate value0.00100.065210.0010
Fetch class attribute name0.00140.095810.0014
XML
Image XML parsing0.00010.009910.0001
class_abstraction
Instantiating content class attribute0.00000.000510.0000
General
dbfile0.00060.0418100.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
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