Created
February 2, 2011 05:28
-
-
Save smalyshev/807284 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* insert */ | |
array('contact_id' => '12345', 'opportunity_id' => '3456', 'contact_role' => 'Big Cheese'), | |
/* update */ | |
array('id' => '78910', 'contact_id' => '12345', 'opportunity_id' => '3456', 'contact_role' => 'Big Cheese'), | |
/* delete */ | |
array('id' => '78910', 'deleted'=>1), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment