Skip to content
Mo McRoberts edited this page Aug 7, 2011 · 4 revisions

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 of Model's descendants.

Public Methods

  • [[Model::__construct]](): Construct an instance of Model.

Clone this wiki locally