[symfony-users] Pagination using routing

2011-03-28 Thread Srivatsa Prasad
Hi All, In my routing i have used setting_master: url: /setting/master class: sfPropelRoute options: { model: master, type: list } param: { module: setting, action: index } requirements: { sf_method: get } and in my action i am using public function executeIndex(sfWebRequest

[symfony-users] Pagination using routing

2011-03-26 Thread Srivatsa Prasad
Hi All, In my routing i have used setting_master: url: /setting/master class: sfPropelRoute options: { model: master, type: list } param: { module: setting, action: index } requirements: { sf_method: get } and in my action i am using public function executeIndex(sfWebRequest