Data types: Object dynamic generation
Roy Yu (contact me)
This package can be used to add model classes dynamically.
A base abstract class provides the default implementation of property setter and getter functions.
Concrete model classes are derived from the base abstract class.
Objects of a model class can be created either directly instantiating the class or calling a factory class that takes care of automatically loading the class from a directory where model class files reside.
Click here for detailed information about this class on phpclasses.org