News Feed
Jobs Feed
Sections




News Archive
PHPWomen.org:
Add values to a symfony form in between save() and serialization to the database
October 05, 2012 @ 08:55:12

Kim Rowan has recently posted this helpful hint to the PHPWomen.org site concerning the addition of values between save/serialization in Symfony (1.4) forms.

OK, I have a Comment model and I want to relate Comment objects to several other different model types. So, I need to be able to persist Comment objects in my database that relate to the author of the comment and one of a handful of other tables, for example, a blog post or a licence record, etc.

She includes the contents of her "schema.yml" definition and the code to create and display a basic form. Inside of her "executeCreate", the form's submission is handled and a "processForm" method is called and the overridden "updateObject " is used to inject the new data (a user ID) into the submission.

0 comments voice your opinion now!
symfony form tutorial override save object inject data


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Talking to Facebook's Social Graph with PHP

Dave Dash's Blog: Installing a PHP that can do symfony+doctrine on Dreamhost

PHPBuilder.com: Building a time-tracking and billing application with Adobe AIR and PHP

PHPMaster.com: File Uploads with PHP

ProDevTips.com: Parsing tags with Zend Feed


Community Events











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


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

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