02.05.09
Stretching sfForm with Dynamic Elements(AJAX): A Love Story
Posted by ryan in php, symfony
In this article, we extend our simple todo list form to accept a
dynamic number of new todo items. Our goal is to use embedForm
and AJAX to add an unlimited number of todo items between submits,
without mucking up our code
