A blog tutorial on CakePHP - PHP Rapid Development Framework.
Hi,shouldn't it be..?: $conditions = array( "MATCH(Post.title) AGAINST('".$needle".' IN BOOLEAN MODE)" );I think the original post's query would search for '$needle' instead of the content of $needle.correct my if I'm wrong.
Hi,ignore my previous comment, I've checked it, best regards.
Surely so! Thanks for pointing out to that.
amazing dear.. your all post is useful. Thanks for sharing..PHP Developer
Thanks..
Post a Comment
5 comments:
Hi,
shouldn't it be..?:
$conditions = array(
"MATCH(Post.title)
AGAINST('".$needle".' IN BOOLEAN MODE)"
);
I think the original post's query would search for '$needle' instead of the content of $needle.
correct my if I'm wrong.
Hi,
ignore my previous comment, I've checked it,
best regards.
Surely so! Thanks for pointing out to that.
amazing dear.. your all post is useful. Thanks for sharing..
PHP Developer
Thanks..
Post a Comment