shaaz

Untitled

Jun 6th, 2011
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2. $this->widget('zii.widgets.CDetailView', array(
  3.     'data'=>$model,
  4.     'attributes'=>array(
  5.         'id',
  6.         'title',
  7.         'content',
  8.         'tags',
  9.         'status',
  10.         'create_time',
  11.         'update_time',
  12.         'author_id',
  13.     ),
  14. )); ?>
Advertisement
Add Comment
Please, Sign In to add comment