Class forms_ClientSeason

Description

Allows user to either add a new record or edit or delete an existing record.

Note : None of the data values will be available to the constructor. See : action helper : ProcessForm.php

Configures and displays the form. Key values are added as hidden fields. On 'submit', the data is validated then the appropriate DB action is performed.

  • todo: Remember to check if this season has bookings

Located in /application/forms/ClientSeason.php (line 24)

Zend_Form
   |
   --BaseForm
      |
      --forms_ClientSeason
Method Summary
 forms_ClientSeason __construct ([ $options = null])
 Zend_Form postValidationActions ( $inFormData)
Methods
Constructor __construct (line 26)
  • access: public
forms_ClientSeason __construct ([ $options = null])
  • $options

Redefinition of:
BaseForm::__construct()
postValidationActions (line 90)

All data has now been validated. Perhaps keys need to be constructed before the data is saved.

  • return: Note : The form data may have been updated by this function before being saved.
  • access: public
Zend_Form postValidationActions ( $inFormData)
  • $inFormData

Redefinition of:
BaseForm::postValidationActions()

Inherited Methods

Inherited From BaseForm

 BaseForm::__construct()
 BaseForm::addSubmitButton()
 BaseForm::postValidationActions()
 BaseForm::prettify()
 BaseForm::setDefaultDecorators()
 BaseForm::setReadOnly()

Documentation generated on Fri, 27 Mar 2009 13:48:29 +0000 by phpDocumentor 1.4.1