php - What is the best way to add double input field form type in Symfony? -


i create double input field form. feature name , feature value.

what best approach in on product form?

i using symfony 2 , mysql entity.

i achiev this.

enter image description here

thanks.

create featuretype includes required fields use builtin collectiontype: http://symfony.com/doc/current/reference/forms/types/collection.html


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -