Help with simple template syntax please

Author Message

Arran Price

Thursday 30 December 2004 8:15:29 pm

Hi all,
Ive been working on this for hours and figure this has got to be simple and Im just missing something. Im working on some different views for the community supplied agenda template (which I think is very good btw).

Im a novice at the template language but have figured out how to loop etc.
All I want to do is figure out the syntax for getting the values of certain attributes/fields of my class ie my class name is event and it has various fields such as event_name and event_desc (as well as date_from and date_to).

How do I simply display the event_desc field value?

as said Im sure this is ridiculously simple, but Im just having no luck.

Relevant bits of my code below.

{let
chosen_month=12
chosen_day=25
chosen_year=2004
}

{* get all the events that happen on the day specified *}
{let temp_ts=makedate( $chosen_month, $chosen_day, $chosen_year )
events=fetch( 'content', 'list', hash( 'parent_node_id', 105, 'attribute_filter',
array( 'and',
array( 'event/date_from', '<=', $temp_ts),
array( 'event/date_to', '>=', $temp_ts )
) ) ) }

{*loop through all the events and display bits*}
{section loop=$events}
<p>information on item {$number}</p>
<p>{$item.url_alias|ezurl}</p>
<p>{$item.name}</p>
{* want to display the event_desc field for this object*}
{/section}

{/let}

Ɓukasz Serwatka

Thursday 30 December 2004 11:49:51 pm

 {section loop=$events}
<p>information on item {$number}</p>
<p>{$item.url_alias|ezurl}</p>
<p>{$item.name}</p>
{* want to display the event_desc field for this object*}
{attribute_view_gui attribute=$item.object.data_map.event_desc}
{/section}

BTW please use code tags

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Arran Price

Saturday 01 January 2005 11:13:45 am

thanks Luke, that worked.

and will use code tags in future.

cheers

Arran

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 21:15:52
Script start
Timing: Jan 18 2025 21:15:52
Module start 'layout'
Timing: Jan 18 2025 21:15:52
Module start 'content'
Timing: Jan 18 2025 21:15:53
Module end 'content'
Timing: Jan 18 2025 21:15:53
Script end

Main resources:

Total runtime1.0653 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0073 589.1641152.6406
Module start 'layout' 0.00730.0033 741.804739.4766
Module start 'content' 0.01061.0536 781.2813542.7109
Module end 'content' 1.06420.0011 1,323.992212.1406
Script end 1.0653  1,336.1328 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.3158160.0002
Check MTime0.00130.1227160.0001
Mysql Total
Database connection0.00110.105210.0011
Mysqli_queries1.008494.6548570.0177
Looping result0.00110.1016550.0000
Template Total1.023096.020.5115
Template load0.00240.222120.0012
Template processing1.020795.808820.5103
Template load and register function0.00020.016010.0002
states
state_id_array0.00160.149610.0016
state_identifier_array0.00450.422120.0022
Override
Cache load0.00190.1756390.0000
Sytem overhead
Fetch class attribute can translate value0.00080.072720.0004
Fetch class attribute name0.00100.097040.0003
XML
Image XML parsing0.00080.077820.0004
class_abstraction
Instantiating content class attribute0.00000.000940.0000
General
dbfile0.00080.0768180.0000
String conversion0.00010.007340.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
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
7content/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
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: 19
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs