On Jul 8, 11:58 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Ok > but what is the function to translate a condition in a piece of SQL's > query?
Not sure why you'd want to do this, but... $db =& ConnectionManager::getDataSource($this->useDbConfig); $conditionsString = $db->conditions(...); Should do the trick hth grigri --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
