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
|