PHP Classes

Example of use

Recommend this page to a friend!

      Input Class  >  All threads  >  Example of use  >  (Un) Subscribe thread alerts  
Subject:Example of use
Summary:Please provide documentation
Messages:3
Author:Sean Sullivan
Date:2005-01-27 23:31:52
Update:2005-01-28 01:19:26
 

  1. Example of use   Reply   Report abuse  
Picture of Sean Sullivan Sean Sullivan - 2005-01-27 23:31:52
At least an example of use. Not quite sure how to use this class.

  2. Re: Example of use   Reply   Report abuse  
Picture of bruno b b magalhaes bruno b b magalhaes - 2005-01-28 00:51:02 - In reply to message 1 from Sean Sullivan
I just uploaded an example.

Basicaly you just new to add

$input = new input();

You will have access to all variables, using for example:

echo $input->get['testvar'];

Regards,
Bruno B B Magalhaes

  3. Re: Example of use   Reply   Report abuse  
Picture of Sean Sullivan Sean Sullivan - 2005-01-28 01:19:26 - In reply to message 2 from bruno b b magalhaes
thanks....