symfony

"Symfony" Related Articles - Page 3


02.05.09

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
02.02.09

While the Symfony Forms Framework makes the majority of tasks easier (and more secure), it seems to choke when used in a few simple ways. Does it have to be this way or can the framework truly be relied on to help developers in all situations?
01.21.08

The new Symfony 1.1 Form system is quickly evolving. This article covers major changes in the framework since it was first added a month ago.
01.20.08

Portal to the 2 part article Entitled Symfony 1.1 Forms - Customizing your Form in the View
01.20.08

Symfony 1.1 Forms article explaining some of the flexibility of the forms in your view, beyond the echo $form use. (Part 2)