Hello,

there is a table `stat_main`:
id | user_id | date | hit | uniq | money

and  a  propel  generated admin module for it.

Using StatMain obj-s is fine  for  each  individual  user,  but for
backend page I want to use MySQL  SUM() in a query, like
'SELECT  date,  SUM(hit),  SUM(money) GROUP BY date'.

Any ideas how to use this in propel admin generated module? Maybe with
custom  peer  method or something (I have no ideas how to hydrate this
aggregate columns into objects). Thanks in advance for any thoughts and ideas.

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to