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

Rob Allen's Blog: Zend Framework 2 beta 4 released

Zend Developer Zone: PHP DOM XML extension encoding processing

Chris Hartjes' Blog: Using CakePHP's Native Web Service Support

SitePoint.com: How To Handle File Uploads With PHP

ProDevTips Blog: Nice ZF, jQuery and Smarty combo


Community Events









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


testing code composer object interview framework phpunit tool podcast release introduction language opinion api development unittest database community example zendframework2

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