Guest User

Untitled

a guest
Mar 12th, 2015
998
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. $this->widget('zii.widgets.grid.CGridView', array(
  2.     'id'=>'my-id',
  3.     'dataProvider'=>$model->search(),
  4.         'filter'=>$model,
  5.         'selectableRows'=>2,
  6.     'columns'=>array(
  7.                 array(
  8.                     'class'=>'CCheckBoxColumn',    
  9.                     'checkBoxHtmlOptions' => array(
  10.                         'name' => 'bankid[]',  
  11.                     )
  12.                 ),
  13.         'bank_statement',
  14.  
  15.          ),
  16. ));
Advertisement
Add Comment
Please, Sign In to add comment