Cake already implements query escaping at mulitple levels. While it allows you to do custom queries, this method is not recommended. One of the main reasons for implementing an ActiveRecord-like model architecture is to eliminate the need to write SQL manually, and as such, methods like the above will never be natively supported.
However, there are plans to use Cake's built-in query generating and escaping facilities to enable conditions-based, multi-record updates and deletes, which would effectively accomplish the same thing as the UPDATE query above. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
