Class \Prado\Data\ActiveRecord\Scaffold\TScaffoldBase
Base class for Active Record scaffold views.
Provides common properties for all scaffold views (such as, TScaffoldListView, TScaffoldEditView, TScaffoldListView and TScaffoldView).
During the OnPrRender stage the default css style file (filename style.css) is published and registered. To override the default style, provide your own stylesheet file explicitly.
Class hierarchy
- \Prado\Data\ActiveRecord\Scaffold\TScaffoldBase
- \Prado\Web\UI\TTemplateControl
- \Prado\Web\UI\TCompositeControl implements INamingContainer
- \Prado\Web\UI\TControl implements IRenderable, IBindable
- \Prado\TApplicationComponent
- \Prado\TComponent
Since: 3.1
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
getRecordObject([null|array<string|int, mixed> $pk = null ]) : TActiveRecord
Gets the current Active Record instance. Creates new instance if the
primary key value is null otherwise the record is fetched from the db.
|
protected
|
|
protected
|
|
protected
|
|
protected
|