Skip to content

Instantly share code, notes, and snippets.

@tareko
Created October 20, 2012 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tareko/3922976 to your computer and use it in GitHub Desktop.
Save tareko/3922976 to your computer and use it in GitHub Desktop.
Should this array save associated?
array(
(int) 1 => array(
'Billing' => array(
'patient_birthdate' => '19200625',
'payment_program' => 'HCP',
'payee' => 'P',
'referring' => '010065',
'healthcare_provider' => '010800',
(int) 0 => array(
'BillingsItem' => array(
(int) 0 => array(
'service_code' => 'G395A',
'fee_submitted' => '004225',
'number_of_services' => '01',
'service_date' => '20080416'
)
)
),
(int) 1 => array(
'BillingsItem' => array(
(int) 0 => array(
'service_code' => 'G391A',
'fee_submitted' => '004220',
'number_of_services' => '02',
'service_date' => '20080416'
)
)
)
)
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment