|
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 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
class LocalEventForm extends BaseLocalEventForm |
|---|
| 11 |
{ |
|---|
| 12 |
public function configure() |
|---|
| 13 |
{ |
|---|
| 14 |
} |
|---|
| 15 |
} |
|---|
| 16 |
|
|---|