/cake/libs/model/model.php, in the call__() function is the place to start looking. It does pass on any parameters from your function call to whatever generates the SQL, but I didn't look into it enough to see what format they should be.
Best bet is probably to ask the guys on IRC, or just construct some manual SQL and execute that. On Oct 9, 10:00 pm, Cory Dee <[EMAIL PROTECTED]> wrote: > Thank you for fully understanding the question. It is very difficult > to look up the source for a function that does not exist. I wouldn't > even know where to start. > > Cory > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
