Cloon

Cloon
- Name: [not set]
- Favorite Languages: [not set]
- Website: [not set]
- Location: [not set]
- About Me: [not set]
-
Flex & PHP Tutorial - Transmitting data using JSON
08/27/2009 - 15:04
Hi!
I am looking for my problem ... I am persevering you have the answer ^ ^
That:
I have a php array, which I list my server a list of contacts, with name and email.
How can I send this data to a DataGrid ??
OBS.: Only used the command "print" to test the code, it is not my intention to see otherwise than in flex
this is the code:(part of)
for($pagina=1; $contatos = $repositorio->obterContatos(RepositorioContatos::VALIDOS, $pagina, 1); $pagina++)
{
foreach($contatos as $contato) {
print "email: {$contato['email']}" .
", nome: {$contato['nome']}" .
"\n";
}
}Can help me? or this is not possible???
Thanks!
Recent Comments