Cake 1.1 had 2 methods - query() for queries that return data (like SELECT) and execute() for those who don't (like UPDATE). In Cake 1.2 execute() method is deprecated and you should use query() for both types of custom queries.
On Sep 5, 10:53 pm, cogitovn <[email protected]> wrote: > I looked up in cakePHP Manual 1.2 and 1.1, but not found the answer. > Thanks in advance for any answer. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
