Ok, I may be stupid... but how would I update a single field on a single row. Something like the following without having to write a custom query.
UPDATE users SET status = 'active' WHERE id = 1 Ive tried doing saveField() but that inserts a new row. Ive also tried using updateAll() but that doesnt clean/escape the data correctly. Ive also tried $this->Model->set() and then doing a save but also no. Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
