On aplication for order with master detail i need temporary data to save item data (detail) Can I create BizDataObj with data source from array and save in session? Is this Possible? Thanks Agus Suhartono
|
|||
|
OpenBiz & Cubi |
|
| Copyright © 2003-2010 by PHP OpenBiz. |
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