News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Symfony Blog: The Definitive Guide to Symfony and symfony 1.0 RC1 released

PHP Thinktank Blog: MVC with Abraxas

Symfony Project: symfony 1.0 beta 4 released

International PHP Magazine: January 2007 Issue Released

Paul Jones' Blog: How Fast Is Your Framework?


Community Events









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


mysql release book example package security PEAR database application zend job ajax zendframework PHP5 cakephp developer framework conference releases code

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