Login |  Register 
I had no idea at all about PHP or programming until I started reading your website!
Scott
 

RocksFormVariables Class

Description

This class handles extracting values from form values which can be POST or GET requests.

  • author: Dominic Skinner
  • version: 0.2.1

Located in /RocksFormVariables.php (line 10)


	
			
Method Summary
static mixed GetVariable (string $name)
static bool HasFormFired ()
static void Variables ()
Methods
static method GetVariable (line 43)

This gets the form variable value

  • return: the value of the form variable
  • access: public
static mixed GetVariable (string $name)
  • string $name: this is the name of the value to return
static method HasFormFired (line 32)

This indicates if the form has fired.

  • return: this returns true if the form has been fired.
  • access: public
static bool HasFormFired ()
static method Variables (line 18)

This returns all variables which could potentially be a mix of POST and GET variables.

  • access: public
static void Variables ()

No comments have been provided.
security image

Written by Dominic Skinner
Last Updated: 2011-10-25 16:00:38