Re: [symfony-users] sort with paging

2010-04-16 Thread Alexandru-Emil Lupu
use the sfPager, sfPropelPager or sfDoctrinePager. It has a option like : addSortOrder or, you can use a custom Query to solve the problem. On Fri, Apr 16, 2010 at 12:34 PM, kim wrote: > hi, > > I made a program with a table that you can search on and use > pagination > but now i want to sort it

[symfony-users] sort with paging

2010-04-16 Thread kim
hi, I made a program with a table that you can search on and use pagination but now i want to sort it (like in the admin control but when i look at this code i can't finde the templates to see how it is done in there) and i couldn't use the admin because then i wouldn't have the liberty to change