Skip to content

Instantly share code, notes, and snippets.

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