17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1461 Views |
-
Combining 2 DataObjectSet

21 August 2007 at 10:28pm Last edited: 21 August 2007 10:58pm
Hi is there a way to combine 2 DataObjects into 1?
-
Re: Combining 2 DataObjectSet

23 August 2007 at 9:49am
I'm assuming you mean DataObjectSet as your topic says, not DataObject as your post says.
DataObjectSet has a function called merge that does this, so you can just go:
$doSet1->merge($doSet2);
-
Re: Combining 2 DataObjectSet

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', ))
| 1461 Views | ||
|
Page:
1
|
Go to Top |


