I seem to have come accroos a problem where it is reading the correct
array but won't select the relivent data. When I click to add an
appoint ment to an enquiry it defaults to the enquiry with ID 1.

The end of my select statment looks like this = `Enquiry`.`id` WHERE 2
LIMIT 1
it should look like this = `Enquiry`.`id` WHERE `Enquiry`.`id` = '2'
LIMIT 1  as it does in my view. However im not sure what to change to
get this corrected.
I think it's important the my add is in /appointments/add and view is
/enquiries/view


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

Reply via email to