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.
thanks.
create featuretype includes required fields use builtin collectiontype: http://symfony.com/doc/current/reference/forms/types/collection.html

Comments
Post a Comment