Skip to content

Instantly share code, notes, and snippets.

@yjeroen
Created March 16, 2012 15:29
Show Gist options
  • Save yjeroen/2050544 to your computer and use it in GitHub Desktop.
Save yjeroen/2050544 to your computer and use it in GitHub Desktop.
array(
'class' => 'CCheckBoxColumn',
'checked' => 'in_array($data->user_id, ' . var_export($campaign->reviewIds, 1) . ')',
'value' => '$data->user_id',
'selectableRows' => 100,
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment