Skip to content

Instantly share code, notes, and snippets.

@jaredhoyt
Created December 17, 2010 20:17
Show Gist options
  • Save jaredhoyt/745634 to your computer and use it in GitHub Desktop.
Save jaredhoyt/745634 to your computer and use it in GitHub Desktop.
<?php
return $this->find('all', array(
'contain' => array(
'ExceptionWorkflowLog',
'Procedure(id,cpt,expected_amount,allowed_amount,difference_amount)',
'Procedure.Claim(id,number)',
'Procedure.Claim.Group(abbr)'
),
'conditions' => $conditions,
'order' => array('PaymentException.created', 'PaymentException.id')
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment