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

classQSessionFormStateHandler

QSessionFormStateHandler Class Reference

Inherits QBaseClass.

Collaboration diagram for QSessionFormStateHandler:

List of all members.

Static Public Member Functions

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

Detailed Description

Simple Session-based FormState handler. Uses PHP Sessions so it's very straightforward and simple, utilizing the session handling and cleanup functionality in PHP, itself.

The downside is that for long running sessions, each individual session file can get very, very large, storing all hte various formstate data. Eventually (if individual session files > 10, 15 MB), you can theoretically observe a geometrical degradation of performance.

If requested by QForm, the index will be encrypted.


Member Function Documentation

static QSessionFormStateHandler::Load ( strPostDataState  )  [static]

References QForm::$EncryptionKey.

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

References QForm::$EncryptionKey.


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