Symfony sfException Call to undefined method BaseModel::__toString
Working on some projects in Symfony recently. I ran into a problem when I used the symfony admin generator to create a "backend" module for a table that has a foreign key relationship. Symfony was looking for me to have a __toString() function in my model so it could create ...