Model
Base class for data models.
Model is a base class.
Synopsis
uses('model');
Description
The Model class is intended to be used as a base for classes which
provide interfaces to persistent storage, such as relational databases.
Public Static Methods
Model::getInstance(): Obtains an instance of one ofModel's descendants.
Public Methods
Model::__construct(): Construct an instance ofModel.