[?php /** * This file is part of the SuiteSyndicator Framework package. * (c) SuiteSyndicator * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @package framework * @subpackage lib.form * @author SuiteSyndicator * @version SVN: $Id: sfPropelFormBaseTemplate.php 63 2011-08-08 18:46:13Z sven.poeche $ */ /** * Project form base class. * * @package framework * @subpackage lib.form */ abstract class BaseFormPropel extends sfFormPropel { /** * Setups the current form. * * If you want to do something at initialization, you have to override the configure() method. * * @see configure() */ public function setup() { } }