[symfony-users] Re: Doctrine Pager max per page problem

2010-09-07 Thread ziclo
class articleActions extends sfActions { public function executeIndex(sfWebRequest $request) { // sorting if ($request->getParameter('sort') && $this- >isValidSortColumn($request->getParameter('sort'))) { $this->setSort(array($request->getParameter('sort'), $request- >getPar

Re: [symfony-users] Re: Doctrine Pager max per page problem

2010-08-27 Thread Gustavo Adrian
Could you show us your action's code? On Fri, Aug 27, 2010 at 12:11 PM, ziclo wrote: > More explanation about this issue : > > If the number of objects returned is > 10 then objects are displayed. > If number of objects returned < 10 then nothing is displayed. > I think there is a problem with t

[symfony-users] Re: Doctrine Pager max per page problem

2010-08-27 Thread ziclo
More explanation about this issue : If the number of objects returned is > 10 then objects are displayed. If number of objects returned < 10 then nothing is displayed. I think there is a problem with the pager. But what ? An idea ? Thank you On 6 août, 15:46, ziclo wrote: > My symfony version

[symfony-users] Re: Doctrine Pager max per page problem

2010-08-06 Thread ziclo
My symfony version : 1.4.1 with doctrine On 6 août, 14:57, ziclo wrote: > Hi everybody ! > > On the frontend i have a module called "articles" which is composed by > a list of results. I use doctrine pager like the one in the admin > backend. > > I have set up a max number of rows for the pager (