Created
August 23, 2010 20:09
-
-
Save cwage/546238 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
Array | |
( | |
[0] => Array | |
( | |
[id] => 1 | |
[name] => Alpha Alpha Alpha | |
[sid] => 54321 | |
[contact_name] => Joe Blow | |
[contact_email] => [email protected] | |
[contact_phone] => 615-123-4567 | |
[contact_address] => 1234 Frat Street | |
[commission_percent] => 0.02 | |
[admin_id] => 4 | |
[sales_rep_id] => 2 | |
[created_at] => 2010-08-19 19:28:21 | |
[updated_at] => 2010-08-19 19:28:21 | |
) | |
[commission_percent] => Array | |
( | |
[id] => | |
[name] => | |
[sid] => | |
[contact_name] => | |
[contact_email] => | |
[contact_phone] => | |
[contact_address] => | |
[commission_percent] => 0.02 | |
[admin_id] => | |
[sales_rep_id] => | |
[created_at] => | |
[updated_at] => | |
) | |
) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment