News Feed
Jobs Feed
Sections




News Archive
Micheal Kimsal's Blog:
Symfony __toString() generation
August 20, 2008 @ 11:14:50

Michael Kimsal has pointed out a small irritation when using the Symfony framework and models - an issue when using models that have relationships.

If there are relations (an Author has a Book, for example). the generated forms will complain that the generated Models need a __toString() method to be used in the Form/View. In grails, this is the case, but every domain (corresponding to a Symfony 'model') has an implicit toString() method already generated, which return the string ":". For most production work, you'll want to override it with whatever you need the string to read, but for prototyping, it's fine.

He went in and modified the Symfony core to add in a __toString call that would return the object correctly. Several of the commentors agree with his frustration and some of the Symfony developers even chime in with some of the reasoning behind why it's like that.

0 comments voice your opinion now!
symfony tostring generation model issue join


blog comments powered by Disqus

Similar Posts

International PHP Magazine: Which of the Following Ensures Smooth Implementation of PHP Sessions?

H3rald.com: Rails-inspired PHP frameworks

Web and PHP Magazine: Issue #3 Released - "Quality Time"

Felix Geisendorfer's Blog: PHP 5.2.1 was a evil release - check your server

Symfony Blog: Symfony in the health industry


Community Events











Don't see your event here?
Let us know!


series functional interview development podcast testing phpunit symfony2 usergroup zendframework2 language introduction framework database community unittest opinion conference rest release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework