I use symfony 1.4.12 with doctrine. I have sfGuardUser table; I can count all records like this:
$count_user=Doctrine::getTable('sfGuardUser')->count();
I have field in table "created_at"; If it possible to count all users, that where created in current year? Thank you!