Posted by Janwillem Borleffs on 07/08/07 21:49
artev wrote:
> is possible to rewrite manually (I make so but not work)
> var array1=new Array( [0]=> object(stdClass)(1) { ["id"]=> "28"
> ....} [1]=> object(stdClass)(1) { ["id"]=>
> "29" .... } [2]=> object(stdClass)(1) {
> ["id"]=> "21" ..... } )
>
$array = array(
(object) array('id' => 1),
(object) array('id' => 2)
);
JW
Navigation:
[Reply to this message]
|