News Feed
Jobs Feed
Sections




News Archive
Henrik Bjørnskov's Blog:
Symfony2 How to do a Wizard (multistep form) with Doctrine2
November 03, 2011 @ 09:13:51

Henrik Bjørnskov has a new post with a technique you can use to combine Symfony2 and Doctrine2 to create a multi-step form (a wizard) without having to worry about lost user information between steps.

The easy ways is doing it with Javascript and just show/hide the correct fieldsets when needed. The downside with this approach is that the data is only saved and validated once at the end. So if the user reloads the page the entered information is gone. The other way is to have every Step in the Wizard being a seperate form and validate the data based on what step you are on and save the necessary fields.

For his method, he created a Manager class with a StepInterface that returns the correct field names, forms and template information to render. The interface code is included in the post as well as an example of it in use setting up the wizard object, making a report and getting the correct step information from the wizard.

0 comments voice your opinion now!
wizard multistep form doctrine2 symfony2 framework


blog comments powered by Disqus

Similar Posts

Hari KT: Aura.Http : Request and Response

Michael Nitschinger's Blog: Understanding the Lithium Router - Part 2

PHP Kitchen: Seagull Gets Top Marks in Recent Framework Comparison

DevShed: Validating Incoming Data by Using Polymorphism with Objects in PHP 5

NETTUTS.com: Everything You Need to Get Started With CodeIgniter


Community Events











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


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

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