Created
May 5, 2014 15:36
-
-
Save braulioholtz/c32aca5ff9c477427ffc to your computer and use it in GitHub Desktop.
This file contains 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( | |
'id' => '4', | |
'Cliente' => array( | |
'id' => '4', | |
'nome' => 'ABES', | |
'email' => '[email protected]', | |
'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