shaaz

Untitled

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