That is if he's using CakePHP 1.2 which has: postConditions($data, $op, $bool, $exclusive)
CakePHP 1.1 has on the other hand: postConditions($data) -MI --------------------------------------------------------------------------- Remember, smart coders answer ten questions for every question they ask. So be smart, be cool, and share your knowledge. BAKE ON! blog: http://www.MarianoIglesias.com.ar -----Mensaje original----- De: [email protected] [mailto:[EMAIL PROTECTED] En nombre de nate Enviado el: Martes, 27 de Febrero de 2007 10:31 a.m. Para: Cake PHP Asunto: Re: Ambiguous columns in findAll() Better yet: $this->postConditions($this->data, array('nome' => 'LIKE'), null, true); which will give you the same result. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
