ApacheTable
generated from ../src/mod_wxjs/table.cppClass which hold post or get variables. Each variable can be accessed by its name. The value can be a string or an array with string elements. The following example shows all variables that were posted:
for(p in request.post)
{
response.print(p, ":", request.post[p]);
}
Constants
Methods
getArray
getArray(Name) : Array
| Name | Type | Default | Description |
|---|---|---|---|
| Name | String | The name of the variable |
Returns the value as an array. Use this for example when a post variable is used more then once in one submission.
length
length() : Integer
Returns the number of elements in this table.
© 2002 - 2007 Franky Braem.