Hello!
I need help in this:
I got it:
tblBairro:
intCodBairro PK
strNomeBairro VC(30)
tblCliente:
intCodCliente PK
intCodBairro FK
strNomeCliente VC(50)
this line get the serial of tblBairro in tblCliente:"<td><?php echo
link_to($tblcliente->getIntcodbairro() ? $tblcliente-
>getIntcodbairro() : __('-'), 'cliente/edit?intcodcliente='.
$tblcliente->getIntcodcliente()) ?></td>"
I need the column strNomeBairro instead of intCodBairro.
Thx and srry my bad English.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---