QCubed - A PHP5 rapid development MVC framework.
Home  |  Updates

classQFormStateHandler

QFormStateHandler Class Reference

Inherits QBaseClass.

Collaboration diagram for QFormStateHandler:

List of all members.

Static Public Member Functions

  • static Save ($strFormState, $blnBackButtonFlag)
  • static Load ($strPostDataState)

Detailed Description

This is the "standard" FormState handler, storing the base64 encoded session data (and if requested by QForm, encrypted) as a hidden form variable on the page, itself.

Member Function Documentation

static QFormStateHandler::Load ( strPostDataState  )  [static]

References QForm::$EncryptionKey.

static QFormStateHandler::Save ( strFormState,
blnBackButtonFlag 
) [static]

References QForm::$EncryptionKey.


The documentation for this class was generated from the following file: