Skip to content

Instantly share code, notes, and snippets.

@lorenzo
Created October 21, 2014 18:19
Show Gist options
  • Select an option

  • Save lorenzo/aa20cc78209a84271b3e to your computer and use it in GitHub Desktop.

Select an option

Save lorenzo/aa20cc78209a84271b3e to your computer and use it in GitHub Desktop.
array(
'User' => array(
),
'Availability' => array(
(int) 0 => array(
'day_id' => (int) 1,
'timeslot_id' => (int) 1,
'user_id' => (int) 1
),
(int) 1 => array(
'day_id' => (int) 2,
'timeslot_id' => (int) 2,
'user_id' => (int) 1
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment