Abstract Class BaseForm

Description

Allows all forms to share the same common processing.

  • abstract:

Located in /library/BigBlueSkies/BaseForm.php (line 16)

Zend_Form
   |
   --BaseForm
Direct descendents
Class Description
 class forms_Availability Start of the online booking process.
 class forms_BookingForm Allows the user to enter their contact details
 class forms_ClientSeason Allows user to either add a new record or edit or delete an existing record.
 class forms_Confirm User commits to the booking here.
 class forms_ContactDetails Allows user to either add a new record or edit or delete an existing record.
 class forms_Details User begins to add more detail to the booking here (e.g. number of adults).
 class forms_DurationPrice Allows user to either add a new record or edit or delete an existing record.
 class forms_PropertyConditions Allows user to either add a new record or edit or delete an existing record.
 class forms_PropertyOffers Allows user to either add a new record or edit or delete an existing record.
 class forms_Receipt Printable confirmation of the booking
 class forms_User Allows user to either add a new record or edit or delete an existing record.
 class forms_UserBooking High level details of a single booking.
Method Summary
 void __construct ([ $options = null])
 void addSubmitButton ([ $in_button_name = "Next"])
 void postValidationActions ( $in_form_data)
 void prettify ( $in_form_elements)
 void setReadOnly ( $in_form_elements)
Methods
addSubmitButton (line 64)
  • access: public
void addSubmitButton ([ $in_button_name = "Next"])
  • $in_button_name
postValidationActions (line 109)
  • access: public
void postValidationActions ( $in_form_data)
  • $in_form_data

Redefined in descendants as:
prettify (line 81)

Process all form elements, formatting the labels for required fields.

  • todo: Add other common functionality here
  • access: public
void prettify ( $in_form_elements)
  • $in_form_elements
setDefaultDecorators (line 33)
  • access: public
void setDefaultDecorators ()
setReadOnly (line 97)

Process all form elements, disabling the 'read-only' fields.

  • access: public
void setReadOnly ( $in_form_elements)
  • $in_form_elements

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