CDetailView

CDetailView

Package zii.widgets
Inheritance class CDetailView » CWidget » CBaseController » CComponent
Since 1.1
Source Code framework/zii/widgets/CDetailView.php
CDetailView displays the detail of a single data model.

CDetailView is best used for displaying a model in a regular format (e.g. each model attribute is displayed as a row in a table.) The mod