Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $this->widget('zii.widgets.CDetailView', array(
- 'data'=>$model,
- 'attributes'=>array(
- 'id',
- 'title',
- 'content',
- 'tags',
- 'status',
- 'create_time',
- 'update_time',
- 'author_id',
- ),
- )); ?>
Advertisement
Add Comment
Please, Sign In to add comment