Skip to content

Instantly share code, notes, and snippets.

@braulioholtz
Created May 5, 2014 15:46
Show Gist options
  • Save braulioholtz/eff5db13bbada7cfc7fe to your computer and use it in GitHub Desktop.
Save braulioholtz/eff5db13bbada7cfc7fe to your computer and use it in GitHub Desktop.
array(
'opcoes_clientes' => array(
'opcoes_clientes' => array(
(int) 0 => '2',
(int) 1 => '3',
(int) 2 => '4',
(int) 3 => '5'
)
),
'Cliente' => array(
'id' => '4',
'nome' => 'ABES',
'email' => 'braulio.holtz@gmail.com',
'telefone' => '',
'mais' => ''
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment