Skip to content

Instantly share code, notes, and snippets.

@yjeroen
Created November 28, 2011 11:29
Show Gist options
  • Save yjeroen/1400069 to your computer and use it in GitHub Desktop.
Save yjeroen/1400069 to your computer and use it in GitHub Desktop.
composite PK like uniqueness
array('field1', 'unique', 'criteria'=>array(
'condition'=>'field2=:field2',
'params'=>array(':field2'=>$this->field2),
)),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment