mvcModelBase

mvcModelBase class that all models can inherit from. Provides the most basic methods a model may need.


Methods

public __construct()

Returns new mvcModelBase instance

public isModified()

Returns $_Modified

public setModified([$inModified = true])

Set $_Modified to $inModified

<  1  >