PHP Prado\Data\ActiveRecord\Scaffold 네임스페이스

중첩된 네임스페이스

Prado\Data\ActiveRecord\Scaffold\InputBuilder

Interfaces

이름 설명
IScaffoldEditRenderer IScaffoldEditRenderer interface.

클래스들

이름 설명
TScaffoldBase Base class for Active Record scaffold views.
TScaffoldEditView Template control for editing an Active Record instance.
TScaffoldListView TScaffoldListView displays a list of Active Records.
TScaffoldSearch TScaffoldSearch provide a simple textbox and a button that is used to perform search on a TScaffoldListView with ID given by {@link setListViewID ListViewID}.
TScaffoldView TScaffoldView is a composite control consisting of TScaffoldListView with a TScaffoldSearch. In addition, it will display a TScaffoldEditView when an "edit" command is raised from the TScaffoldListView (when the edit button is clicked). Futher more, the "add" button can be clicked that shows an empty data TScaffoldListView for creating new records.