Symfony sfDoctrinePager with multiple tables
        Posted  
        
            by Zoja
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zoja
        
        
        
        Published on 2010-03-02T10:11:04Z
        Indexed on 
            2010/04/11
            19:43 UTC
        
        
        Read the original article
        Hit count: 382
        
I was wondering how to get this to run. In my application I have a Category table and Product table. I need to have a pager which combines both Categories and Products for display in one list (first categories then products). Is there a way to get this going ? I tried left joining in the pager's query, but doesn't seem to do the trick.
© Stack Overflow or respective owner