1234567891011121314151617 |
- <?php
- /**
- * Project form base class.
- *
- * @package usic
- * @subpackage form
- * @author Your name here
- * @version SVN: $Id: sfPropelFormBaseTemplate.php 9304 2008-05-27 03:49:32Z dwhittle $
- */
- abstract class BaseFormPropel extends sfFormPropel
- {
- public function setup()
- {
- }
- }
|