HTML_QuickForm2
[ class tree: HTML_QuickForm2 ] [ index: HTML_QuickForm2 ] [ all elements ]

Class: HTML_QuickForm2_DataSource_Session

Source Location: /HTML_QuickForm2-2.1.0/HTML/QuickForm2/DataSource/Session.php

Class Overview

HTML_QuickForm2_DataSource_Array
   |
   --HTML_QuickForm2_DataSource_Session

Class presenting the values stored in session by Controller as submitted ones


Author(s):

Version:

  • Release: 2.1.0

Methods


Inherited Variables

Inherited Methods


Class Details

[line 44]
Class presenting the values stored in session by Controller as submitted ones

This is a less hackish implementation of loadValues() method in old HTML_QuickForm_Controller. The values need to be presented as submitted so that elements like checkboxes and multiselects do not try to use default values from subsequent datasources.



[ Top ]


Method Detail

getUpload   [line 55]

null getUpload( string $name)

File upload data is not stored in the session
  • Access: public

Parameters:

string   $name   —  Ignored

[ Top ]


Documentation generated on Wed, 10 Apr 2019 08:56:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.