Hi, Short and quick question: ======================== I need some background and hint on how to use Paginator in strict Zend Framework MVC convention? (no customization) also some insight on "Zend_Controller_Router_Interface". I cannot find enough information in documentation to grasp this. ========================
Long Question: ========================= Currently my implementation is like this (for inserting updating data): Controller -> Model -> DBTable Now I am trying to implement search part and found out about Paginator, which is a cool thing to implement for lots of results. I need some hint on how to implement this in my current implementation (staying strictly within the ZF MVC convention)? I need some overview on where things get initialized plus how data is accessed etc. Actually based on what I am going to implement, I guess I need to manipulate the 'Select' in my controller (which changes based on user's criteria) but currently I am delegating dirty works to Model. If I delegate this to model then where do I initialize the Paginator and feed the Select? etc. Sorry currently my view on Paginator is still blurred and I don't know if I am asking the right question. Thanks -- ======================= Registered Linux User #460714 Currently Using Fedora 8, 10 =======================
