Skip to content

Instantly share code, notes, and snippets.

View yeroon's full-sized avatar

Jeroen Schouten yeroon

  • KNMI
  • the Netherlands
View GitHub Profile
@nclavaud
nclavaud / sf2_form.php
Created November 22, 2011 21:16
Symfony2 standalone Form component example
<?php
/**
* @author Nicolas Clavaud <nclavaud@gmail.com>
* http://n.clavaud.free.fr/blog/index.php?article31/symfony2-standalone-form-component-tutorial
*/
namespace Me\MyApp;
use Symfony\Component\ClassLoader\UniversalClassLoader;