Bumping up the debug level, it looks like it's running the correct
join:

SELECT `Computer`.`id`, `Computer`.`employee_id`,
`Computer`.`pc_model_id`, `Computer`.`protection_plan`,
`Computer`.`asset_tag_no`, `Computer`.`profiler_dump` FROM `computers`
AS `Computer` JOIN `computers_serials` ON
`computers_serials`.`serial_id` = '3' AND
`computers_serials`.`computer_id` = `Computer`.`id` WHERE 1 = 1

but I'm not asking for the results correctly. Here's what I'm using in
edit.thtml

$html->selectTag
('Computer/Serial',
$computers,
$html->tagValue('Serials/computer_id'),
array('multiple' => 'multiple'))


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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