Skip to content

Instantly share code, notes, and snippets.

@gestadieu
gestadieu / sfWidgetFormChoiceAutocomplete
Created June 18, 2010 02:28
Symfony Form widget to manage many-to-many relationship
<?php
/**
* sfWidgetFormChoiceAutocomplete represents a multiple select displayed as an autocomplete input and a list of checkboxes.
*
*
* @package symfony
* @subpackage widget
* @author Gerald Estadieu <gestadieu@usj.edu.mo>
* @version
*/