[symfony-users] Some issue with pagination

2010-05-25 Thread Parijat Kalia
Hey guys, I am trying to implement pagination. My actions page has this simple query * $c = new Criteria(); $c->add(QuestionsPeer::USERNAME,$userName); $c->addSelectColumn(QuestionsPeer::QUESTION);* $pagerOp = new sfPropelPager('Questions',15); $pagerOp->setCriteria($c

Re: [symfony-users] Some issue with pagination

2010-05-25 Thread Eno
On Tue, 25 May 2010, Parijat Kalia wrote: > I am trying to implement pagination. My actions page has this simple query >* $c = new Criteria(); > $c->add(QuestionsPeer::USERNAME,$userName); > $c->addSelectColumn(QuestionsPeer::QUESTION);* > $pagerOp = new sfPropelPager('Ques