Skip to Content
0
Former Member
May 19, 2016 at 06:45 AM

Populating fields in the CartModel

102 Views

Hi,as we all know AddressModel and CartModel inherit the class ItemModel.Now I popuate a field inherited from the ItemModel object in the AddressModel object.Since models are just object representations of the tables,Will that value set in the AddressModel or more specifically the Address table be available in the Item table or the Cart table?