root/trunk/lib/form/localEvent/LocalEventForm.class.php

Revision 56, 260 bytes (checked in by nperriault, 2 years ago)

trunk still broken at this time, but work has progressed:

  • updated sfGuardAuth local module to use 1.1 forms
  • added FormTemplateListener? to listen for filter_parameters event, and handle passed sfForm object instances
  • moved from cryptographp to recpatcha
  • moved sfValidatorBlacklist to sfFormExtraPlugin
  • lib/ folder layout
  • removed jQueryHelper (unused)
Line 
1 <?php
2
3 /**
4  * LocalEvent form.
5  *
6  * @package    form
7  * @subpackage local_event
8  * @version    SVN: $Id: sfPropelFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $
9  */
10 class LocalEventForm extends BaseLocalEventForm
11 {
12   public function configure()
13   {
14   }
15 }
16
Note: See TracBrowser for help on using the browser.