Hi, 

I am a beginner in zend frame work. I am dealing with some problems to the
pagination control. 
I have Controller for listing some data. I had used the Zend_Paginator for
selecting pages. In this system,  we can switch the site language according
to the the choice. For this purpose I used the Routing techniques.

$route = new Zend_Controller_Router_Route(':lang/:controller/:action',
                                                                                
                array('controller'=>'index',
                                                                                
                'action' => 'index',
                                                                                
                'module'=>'default',
                                                                                
                'lang'=>'en'));

The selected languages will be passed through the URL as
http://192.168.0.122/fundook/fr/Category/noticeboard           - For French



My Problem is that, when I switch the language, the pagination control
doesn't work. 
The pagination control only works for the default case, I would like to know
if some extra parameters or settings must be done for getting the result.







-- 
View this message in context: 
http://www.nabble.com/Problem-with-Pagination-Control-tp22202649p22202649.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to