聘我网

新概念招聘3.0

使用doctrine如何进行全文搜索?

vote up0vote downstar

给个样例,thx

 

1 个答复

vote up0vote downcheck

使用Searchable Behavior:

$newsItemTable = Doctrine_Core::getTable('NewsItem');
$results = $newsItemTable->search('test');
链接

您的回答





不是您要找的问题? 浏览其他含有标签 的问题或者 自己问个.