pagination - ZF2 - PaginationControl $this->route not working -


एक दृश्य में मैं कॉल करता हूँ:

  & lt; php echo $ this- & gt; paginationcontrol ($ paginator, 'जंपिंग', 'पृष्ठांकन') & gt;   

यह काम करता है लेकिन pagination.phtml के भीतर paginatorcontrol कॉल:

  & lt; a href = "& lt;? Php echo $ this- & gt; url ($ This- & gt; मार्ग, ऐरे ('पृष्ठ' = & gt; $ this- & gt; पहले));; & gt; "& gt; पहले   

$ this- & gt; मार्ग काम नहीं कर रहा है, यह खाली क्यों है?

मुझे पगिनक्शन कंट्रोल () के अंदर जाना चाहिए? / P>

धन्यवाद अग्रिम में।

मुझे paginationcontrol () में गुजरना चाहिए? हां, चौथे पैरामीटर को paginationcontrol एक सरणी को स्वीकार करता है जिसे आंशिक रूप से डेटा के रूप में पारित किया जाता है, आपको वहां का उपयोग करने के लिए मार्ग शामिल करना चाहिए

   & Lt;? Php echo $ this- & gt; paginationcontrol ($ paginator, 'कूद', 'पृष्ठांकन', सरणी ('मार्ग' = & gt; कुछ / एप / मार्ग '))? & Gt;    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

c# - Add Image in a stackpanel based on textbox input -

java - Reaching JTextField in a DocumentListener -