Good afternoon, 
I've found an issue with the method 'group' of Zend_Db_Select, 
if I use it this way

[ .... ]
->group('c.category_name, d.page_id, e.page_name')

I get 

GROUP BY `c`.`category_name, d`.`page_id, e`.`page_name` 

note that the ` at the beginning of the table's alias (starting from the 
second) is missing.

There is no problem if I use it in this way

        ->group('c.category_name')
        ->group('d.page_id')
        ->group('e.page_name')

Zend Framework 1.8 beta 1
Hope it helps.
Bye



Sergio Rinaudo

_________________________________________________________________
Chiama gratis dal tuo PC! Parla su Messenger
http://clk.atdmt.com/GBL/go/140630369/direct/01/

Reply via email to