In another project, I could use execute() for SELECT statements, even that SELECT statements getting data from more than one table. So, I don't understand What "execute() is called privately within the Model class." is. Please explain more details. Thank you!
2009/9/6 euromark (munich) <[email protected]> > > same as without cake! > usually execute "executes" (boolean true/false) > and query can fetch, update, delete, insert... > > in cake you usually need only query > > > On 5 Sep., 22:12, Miles J <[email protected]> wrote: > > query() is used by you manually within your Models. execute() is > > called privately within the Model class. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
