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

DashExamples.com: Add a Content Security Policy(CSP) to your Web Site with PHP

GoodPHPTutorials.com: Integrating the Authorize.Net AIM API with PHP

PHPBuilder.com: Reading RSS feeds in PHP: Part 1

PHP-Learn-it.com: Starting with PHP and AJAX

Community News: PHP Tutorial Site - GoodPHPTutorials.com


Community Events











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


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

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