mvcModelBase class that all models can inherit from. Provides the most basic methods a model may need.
public __construct()
Returns new mvcModelBase instance
public isModified()
Returns $_Modified
public setModified([$inModified = true])
Set $_Modified to $inModified
Tags: mvc, mvcmodelbase,
mvc Articles