Can I create BizDataObj with data source from array and save in session? Is this Possible?

On aplication for order with master detail

i need temporary data to save item data (detail)
i think is simple, if i can use data source from session that translate to array 2 dimension

Can I create BizDataObj with data source from array and save in session? Is this Possible?

Thanks 

Agus Suhartono

Thank you Now i

Thank you

Now i learning, what's interface that I must create if i create new BizDataObj from other data resource.

i think next time, BizDataObj must derived from interface that have minimal property and method that needed by application

Agus Suhartono | AgusSuhartono.Com

This is a good question. If

This is a good question. If you see openbiz/bin/data/BizDataObj_Abstract.php, your new dataobj can implement those method with

"abstract public function"

- support

It is surely possible. But

It is surely possible. But it seems that this special dataobject doesn't need full query and update functions as BizDataObj. So you might want to have your own version of light-weight class.

- support