Skip to content

Instantly share code, notes, and snippets.

@cwage
Created August 23, 2010 20:09
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 cwage/546238 to your computer and use it in GitHub Desktop.
Save cwage/546238 to your computer and use it in GitHub Desktop.
Array
(
[0] => Array
(
[id] => 1
[name] => Alpha Alpha Alpha
[sid] => 54321
[contact_name] => Joe Blow
[contact_email] => jblow@hotmail.com
[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