Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dclarke-modus/f52ed2a46931d957708d5669779b29d8 to your computer and use it in GitHub Desktop.
Save dclarke-modus/f52ed2a46931d957708d5669779b29d8 to your computer and use it in GitHub Desktop.
select * from `blah`.`DataCapturePropertyInfo`
inner join `dataCapturePropertiesField` on
`dataCapturePropertiesFieldID` = `dataCapturePropertiesFieldID`
where `dataCaptureFormInfoID` = ?
$query = $model->join('dataCapturePropertiesField', "dataCapturePropertiesFieldID", "=","dataCapturePropertiesFieldID");
return $query;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment