ProfessionsTableForm.class.php 304 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * ProfessionsTable form.
  4. *
  5. * @package usic
  6. * @subpackage form
  7. * @author Your name here
  8. * @version SVN: $Id: sfPropelFormTemplate.php 10377 2008-07-21 07:10:32Z dwhittle $
  9. */
  10. class ProfessionsTableForm extends BaseProfessionsTableForm
  11. {
  12. public function configure()
  13. {
  14. }
  15. }