Skip to content

Instantly share code, notes, and snippets.

@smalyshev
Created February 2, 2011 07:29
Show Gist options
  • Select an option

  • Save smalyshev/807366 to your computer and use it in GitHub Desktop.

Select an option

Save smalyshev/807366 to your computer and use it in GitHub Desktop.
<?php
'contacts' => array(
array('id' => '1234-567', 'meeting_id' => '7890-1011', 'contact_id'=>"9872-3464",
'required' => true, 'accept_status' => 'Tentative', 'date_modified' => '2010-11-12 10:11:20')
// etc.
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment