Hi friend,
i have a problem in the recovery of related objects.
exemple:
$this->Pessoa->find('all', array("fields" => array("codigo"), "conditions"
=> $a));
/* Return:
array(1) {
[0]=>
array(3) {
[0]=>
array(1) {
["codigo"]=>
int(15)
}
["Areainteresse"]=>
array(0) {
}
["Listamailing"]=>
array(0) {
}
}
If you perceive the object related to my search always returns empty.
["Listamailing"]=>
array(0) {
}
*/
This problem occurs only when using the Firebird.
Anybody know where I do a query of related objects in the core of cakephp?
Or know how to solve this problem, or if you already went through similar
problem, what is the best solution?
---
Wladiston MaurĂcio de Paiva
http://wladistonpaiva.com.br
[email protected]
[email protected]
+55 (31) 8435 - 5380
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---