Methods

QueryString class

QueryString

 

 

 

Overview

Author

Matt Przybylski [http://www.reintroducing.com]

Version

1.1

Description

Singleton used to grab data out of the query string.

Methods

 

getValue

Usage

public function getValue($val:String):String

Description

Returns the value of the specified query string parameter.

Parameters

$val
A string identifying the parameter for whose value you want to retrieve

Returns

String The value for the given parameter