Agiles Arbeiten mit Scrum, Kanban usw. bildet seit Jahren meinen beruflichen Schwerpunkt. In diesem kurzen Blogpost können Sie mehr darüber erfahren.

Die übrigen Inhalte dienen als Museum (leider ohne die frühere schicke Optik).

Symfony 2 Form and Validation Introduction

On March 5th, 2013, Timon Schroeter gave a talk about the Symfony 2 form and validation components at the PHP Usergroup Berlin.

The Symfony 2 form and validation components are very powerful. Starting from a doctrine entity, one can automatically generate:

  • Database tables to store the entity
  • Database constraints (like unique indices etc.)
  • Forms to create and edit entities
  • Validation rules for the PHP layer
  • Validation rules for HTML5 in-browser validation
  • CRUD Controllers

Here you can download the slides for the Introduction to the Symfony 2 form and validation components

Symfony 2 form and validation


Beitrag veröffentlicht

in

,

von

Schlagwörter: