How to do a "Select count..." with symfony and propel ??

Posted by bahamut100 on Stack Overflow See other posts from Stack Overflow or by bahamut100
Published on 2010-06-01T14:08:55Z Indexed on 2010/06/01 14:13 UTC
Read the original article Hit count: 267

Filed under:
|
|

Hi, I'm trying to do a very simple sql query like this, to a propel Criteria :

SELECT count(id_user) FROM myTable WHERE id_page = 5

I did'nt found informations on the documentation.

Have you an idea ??

© Stack Overflow or respective owner

Related posts about symfony

Related posts about criteria