PHP Класс Prado\Data\ActiveRecord\Scaffold\TScaffoldBase
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.
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Защищенные методы
Описание методов
clearRecordObject()
защищенный Метод
Unset the current record instance and table information.
copyFrom()
защищенный Метод
Copy the view details from another scaffold view instance.
protected copyFrom ( TScaffoldBase $obj ) |
$obj |
TScaffoldBase |
|
getDefaultStyle()
публичный Метод
getEnableDefaultStyle()
публичный Метод
getRecordClass()
публичный Метод
Name of the Active Record class to be viewed or scaffolded.
getRecordFinder()
защищенный Метод
protected getRecordFinder ( ) : TActiveRecord |
Результат |
Prado\Data\ActiveRecord\TActiveRecord |
Active Record finder instance |
getRecordObject()
защищенный Метод
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 getRecordObject ( $pk = null ) : TActiveRecord |
Результат |
Prado\Data\ActiveRecord\TActiveRecord |
record instance |
getRecordPkValues()
защищенный Метод
getRecordPropertyValues()
защищенный Метод
getTableInfo()
защищенный Метод
protected getTableInfo ( ) : TDbMetaData |
Результат |
TDbMetaData |
table/view information |
onPreRender()
публичный Метод
Publish the default stylesheet file.
setDefaultStyle()
публичный Метод
setEnableDefaultStyle()
публичный Метод
setRecordClass()
публичный Метод
Name of the Active Record class to be viewed or scaffolded.
setRecordObject()
защищенный Метод
protected setRecordObject ( TActiveRecord $value ) |
$value |
Prado\Data\ActiveRecord\TActiveRecord |
|