I am working through part4 of Symfony2, and while updating the controller and helper class code i got the following error message
Undefined method \'getLates
If youre using yml as config files for your entities try adding this:
Blogger\BlogBundle\Entity\Blog: type: entity table: Blog repositoryClass: Blogger\BlogBundle\Repository\BlogRepository ...
and then as mentioned above:
php app/console doctrine:generate:entities Blogger