NewRecord() in BizDataObj_Lite

Based on forum topic http://www.phpopenbiz.org/jim/node/460 I have changed every dataobject default class to BizDataObj_Lite to enable DataObject inheritance, but it looks like BizDataObj_Lite does not have NewRecord() function implemented. Should this function be copied from BizDataObj?

What's the main difference between using BizDataObj_Lite and BizDataObj as a default class for DataObject?

 

Thanks

Andrew

I found an explanation here

I found an explanation here http://www.phpopenbiz.org/jim/node/253 .

Thanks,

Andrew