Okay, I take back my last post.

mscdex, I tried your suggestion a second time (the first time I
thought it wasn't working), and found that it works, I just needed to
remove the extra set of single quotes.

your suggestion (notice double and sigle quotes):
$conditions['School.name LIKE'] =  "'%{$formSchools['name']}%'";

your suggestion fixed:
$conditions['School.name LIKE'] =  "%{$formSchools['name']}%";

thanks again!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to