Table of Contents showTocToggle(”[+]”,”[-]”)
Overview
Strategies
One Table One Class
One Table Many Classes
Overview
Inheritance mapping is an important aspect in any object-relation mapping tools. EZPDO has great
flexibility in this regard.
Strategies
Two strategies can be used for inheritance mapping in EZPDO.
One table one class
One table many classes
By default, one-table-one-class is used.
One Table One Class
Simply put, with the one-table-one-class […]