Datatype Selection and Array

Author Message

Leandro Alves

Monday 30 August 2004 8:49:29 am

Hi!

I created a new datatype selection (name: rating) with three choices:

-Very good
-Good
-Poor

So now, I would like to show these names above in my template...

I tried this code in my line view:

{$node.object.data_map.rating.content}

But this return only the word <b>"array"</b> in my result...

<b>What I can do to show "Very Good" or "Good" or "Poor" separately in my result??</b>

This code didn't work too :(

{$node.object.data_map.rating.0.content}
{$node.object.data_map.rating[1].content}

Thank's a lot!
Leandro

Paul Borgermans

Monday 30 August 2004 9:09:14 am

I think Hans & Tom need to upload their enhanced selection datatype in pubsvn and the contributions ;-)

Look at the datatype template for viewing the selection datatype. With the numbers, you still need to do a lookup in the class definition.

-paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

Hans Melis

Monday 30 August 2004 9:16:12 am

Paul is right, we should move our enhanced selection datatype to the public repository. I'll make a mental note ;-)

Leandro, did you really make your own datatype or did you just put the datatype "Selection" in one of the content classes you created? If you did the latter, it should be as simple as calling {attribute_view_gui attribute=$node.object.data_map.rating}.

If you did make your own datatype (which is PHP code) it all depends on how you've structured the data. In general, the .content property contains the result of the function objectAttributeContent() in the datatype.

Hans
http://blog.hansmelis.be

Leandro Alves

Monday 30 August 2004 10:39:34 am

Thank's a lot for your reply Hans!!!

I didn't make my own datatype, I just put the datatype "Selection" in one of my content class. :)
The {attribute_view_gui attribute=$node.object.data_map.rating} works fine here...

Thank's again
Leandro

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

Main resources:

Total runtime0.5847 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0061 589.1563152.6250
Module start 'layout' 0.00610.0023 741.781339.4453
Module start 'content' 0.00840.5751 781.2266592.7891
Module end 'content' 0.58360.0011 1,374.015612.1641
Script end 0.5847  1,386.1797 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.5455160.0002
Check MTime0.00130.2266160.0001
Mysql Total
Database connection0.00110.181310.0011
Mysqli_queries0.525989.9394620.0085
Looping result0.00060.1014600.0000
Template Total0.551494.320.2757
Template load0.00210.358320.0010
Template processing0.549393.933020.2746
Template load and register function0.00010.023910.0001
states
state_id_array0.00160.277710.0016
state_identifier_array0.00070.117520.0003
Override
Cache load0.00180.3060330.0001
Sytem overhead
Fetch class attribute can translate value0.00050.088830.0002
Fetch class attribute name0.00170.282960.0003
XML
Image XML parsing0.00120.197030.0004
class_abstraction
Instantiating content class attribute0.00000.002760.0000
General
dbfile0.00200.3504220.0001
String conversion0.00000.001940.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
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/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: 23
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs