document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php $this->widget(\'zii.widgets.grid.CGridView\', array(
  2.     \'id\'=>\'user-grid\',
  3.     \'dataProvider\'=>$model->search(),
  4.     \'filter\'=>$model,
  5.     \'columns\'=>array(
  6.         \'id\', \'username\',
  7.         \'password\',
  8.         \'email\', array(\'class\'=>\'CButtonColumn\'),
  9. ))); ?>
');