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 [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
-~----------~----~----~----~------~----~------~--~---