back to mod_wxjs 

ApacheTable

generated from ../src/mod_wxjs/table.cpp

Class 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.



SourceForge.net Logo Support This Project

Table of Contents

Methods

getArray
length


Design downloaded from Zeroweb.org: Free website templates, layouts, and tools.