thd/lib/form/doctrine/ThdImageForm.class.php
author Gautier Thibault <gthibault@universcine.com>
Tue, 22 Sep 2009 16:40:38 +0200
changeset 35 94a1dc255022
permissions -rw-r--r--
Commit the all thd project created with the framework symfony

<?php

/**
 * ThdImage form.
 *
 * @package    form
 * @subpackage ThdImage
 * @version    SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $
 */
class ThdImageForm extends BaseThdImageForm
{
  public function configure()
  {
  }
}