urgent: php eZSelection array output

Author Message

André R.

Thursday 06 April 2006 11:43:49 am

using the csvexport contribution, I had to add ezselection for a project.
Bu I have no idea how i extract the right array dimmension to get the selected data in the eZSelection data type.

Code for eZXMLText is like this:

		$content=&$attribute->content();
		return $this->escape($content->XMLData, $seperationChar);

my current code for ezselection is this:

		$content=&$attribute->content();
		return $this->escape($content, $seperationChar);

witch returns the text 'Array', probably because I try to return an array.. :)

Anybody know the right code to get selected selection ???

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

André R.

Thursday 06 April 2006 1:04:16 pm

okey, I now got this

		$content=&$attribute->content();
		return $this->escape($content[0], $seperationChar);

By using var_dump a lot.

So now I get the int of the selected selection.
But I couldn't see any of the possible selections in text anywhere.
Are they there somewhere ????

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Kristof Coomans

Thursday 06 April 2006 11:21:26 pm

These topics will help you:

http://ez.no/community/forum/developer/image_link_question
http://ez.no/community/forum/developer/storing_content_in_an_ezselection_attribute
http://ez.no/community/forum/setup_design/filter_content_passing_values_from_url
http://ez.no/community/forum/developer/php_store_values_from_a_selection_multiple

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

fagnou jérôme

Tuesday 22 February 2011 8:47:23 am

I use csv export has a field with contains an ezselection attribute (hobbies 1,hobbies 2,hobbies 3,hobbies 4,hobbies 5)
When I run the export, I get the following result when the field contains more than one selection :

"

ezselection,"2009-12-20","2011-12-19"

"

For one selection i have this :

"

hobbies 1,"2009-12-20","2011-12-19"

"

Is it possible to display all the selections in the same field? or possibly to separate them (Maybe 5 fields) ?

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 04:25:10
Script start
Timing: Jan 18 2025 04:25:10
Module start 'layout'
Timing: Jan 18 2025 04:25:10
Module start 'content'
Timing: Jan 18 2025 04:25:11
Module end 'content'
Timing: Jan 18 2025 04:25:11
Script end

Main resources:

Total runtime1.0909 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.0060 589.0547152.6250
Module start 'layout' 0.00600.0039 741.679739.4453
Module start 'content' 0.00991.0794 781.1250608.1719
Module end 'content' 1.08930.0016 1,389.296916.1563
Script end 1.0909  1,405.4531 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.3196160.0002
Check MTime0.00140.1320160.0001
Mysql Total
Database connection0.00080.072510.0008
Mysqli_queries1.024893.9341620.0165
Looping result0.00070.0637600.0000
Template Total1.041895.520.5209
Template load0.00210.193820.0011
Template processing1.039795.301320.5198
Template load and register function0.00010.008910.0001
states
state_id_array0.00520.474510.0052
state_identifier_array0.00290.265520.0014
Override
Cache load0.00190.1703380.0000
Sytem overhead
Fetch class attribute can translate value0.00050.046530.0002
Fetch class attribute name0.00130.117770.0002
XML
Image XML parsing0.00200.179730.0007
class_abstraction
Instantiating content class attribute0.00000.001380.0000
General
dbfile0.00120.1101290.0000
String conversion0.00000.001040.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/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
11content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/datatype/view/ezxmltags/quote.tpldatatype/ezxmltext/quote.tplextension/ezwebin/design/ezwebin/override/templates/datatype/ezxmltext/quote.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 30
 Number of unique templates used: 8

Time used to render debug report: 0.0001 secs