Symfony ve doktrin aranabilir sfDoctrinePager (symfony 1.4)

0 Cevap php

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.

0 Cevap