14 lines
250 B
PHP
14 lines
250 B
PHP
<?php
|
|
|
|
/**
|
|
* Base project form.
|
|
*
|
|
* @package ProActiveEnglish
|
|
* @subpackage form
|
|
* @author Your name here
|
|
* @version SVN: $Id: BaseForm.class.php 20147 2009-07-13 11:46:57Z FabianLange $
|
|
*/
|
|
class BaseForm extends sfFormSymfony
|
|
{
|
|
}
|