How to do a "Select count..." with symfony and propel ??
- by bahamut100
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 ??