Tag Archives: forms

Basic forms with Symfony

Our goal is to create a little crud that contains 4 fields id (auto increment integer) name (varchar 50) value (double) type (0 or 1) What I will explain is how to change your fields in the form after creation … Continue reading

Posted in php, Symfony | Tagged , , | Leave a comment