Category Archives: tutorial

Symfony Form widgets for many-to-many relationship: a new widget implementation – part II

Following part I, here is the final step to code a new symfony form widget in order to improve a many-to-many relationship. After discussing the best UI possible for a many-to-many relationship, we are now going to look how to … Continue reading

Posted in tutorial | Comments Off

Symfony Form widget for many-to-many relationship: UI considerations – part I

This 2 parts tutorial will show you how we came up with a new symfony sfForm widget to handle many-to-many relationships. In our specific case, existing widgets for such relationships were found extremely unuser-friendly to say the least, we had … Continue reading

Posted in OSS & Tech, Symfony, tutorial | Tagged , , | Leave a comment