Data pagination with "saved" search
        Posted  
        
            by TiuTalk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by TiuTalk
        
        
        
        Published on 2010-04-26T11:44:01Z
        Indexed on 
            2010/04/26
            11:53 UTC
        
        
        Read the original article
        Hit count: 213
        
I'm creating a page that's a search result...
When you're viewing one of the results, at the bottom of the page, I need to insert "Next result" and "Previous result" links, like a pagination... But from [I think] a saved search, right?
How you people would do this?
Obs.: I'll use CakePHP (PHP) and MySQL
© Stack Overflow or respective owner