Let’s say you have Symfony 1.4 form User with embedded form Entry class UserForm extends Something { public function configure() { $this->embedForm(’entry’, new EntryForm()); } }
Let’s say you have Symfony 1.4 form User with embedded form Entry class UserForm extends Something { public function configure() { $this->embedForm(’entry’, new EntryForm()); } }