Birisi sfDoctrinePager ile sonuç paginating bana yardımcı olabilir misiniz?
$articlesResults = Doctrine::getTable('Article')
->getTemplate('Doctrine_Template_I18n')
->getPlugin()
->getTable()
->getGenerator('Doctrine_Search')
->search($searchTerm);
This is the code I use to get the search results, this works fine, but I'm stuck on paginating them with sfDoctrinePager. Tnx for the help.