I'm just doing some testing and comparing a query in cakephp with what
I'd get if I run it in SQLYog (kind of like phpMyAdmin only better).

I call

SELECT `Postbox`.`id`, `Postbox`.`lobby`, `Postbox`.`city`,
`Postbox`.`from`, `Postbox`.`to`, `Postbox`.`postcode`,
`Postbox`.`boxbag` FROM `postboxes` AS `Postbox` WHERE
(`Postbox`.`lobby` = 'Point Chevalier')

and cakephp tells me I've got 0 rows.

But infact there is 1 row that can and should be returned.

For such a simple query, how do I go about debugging this?

thanks

Sarah
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to