Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Combining 2 DataObjectSet


Go to End


2 Posts   2090 Views

Avatar
freeyland

Community Member, 22 Posts

21 August 2007 at 10:28pm

Edited: 21/08/2007 10:58pm

Hi is there a way to combine 2 DataObjects into 1?

Avatar
freeyland

Community Member, 22 Posts

23 August 2007 at 8:20pm

Thx for the reply!

It is combining the 2 ObjectSets, but as seperate arrays.
In the template it will loop and find 2 Objects (with Control). I want only to display once the content.

* ArrayData::__set_state(array( 'array' => array ( 'text' => 'Partly Cloudy', 'code' => '30', 'temp' => '19', 'date' => 'Thu, 09 Aug 2007 1:55 pm CEST', ), 'iteratorPos' => 0, 'iteratorTotalItems' => 2, 'failover' => NULL, '_object_cache' => array ( ), '_xml_cache' => array ( ), '_natural_cache' => array ( ), 'customisedObj' => NULL, 'show' => NULL, 'parent' => NULL, 'namedAs' => NULL, 'class' => 'ArrayData', ))
* ArrayData::__set_state(array( 'array' => array ( 'city' => 'Hermagor', 'region' => '', 'country' => 'AU', ), 'iteratorPos' => 1, 'iteratorTotalItems' => 2, 'failover' => NULL, '_object_cache' => array ( ), '_xml_cache' => array ( ), '_natural_cache' => array ( ), 'customisedObj' => NULL, 'show' => NULL, 'parent' => NULL, 'namedAs' => NULL, 'class' => 'ArrayData', ))