VCL
[ class tree: VCL ] [ index: VCL ] [ all elements ]

Class: Input

Source Location: /system.inc.php

Class Overview


Input class, offers an easy way to get filtered input from the user


Class Details

[line 512]
Input class, offers an easy way to get filtered input from the user

Usage: global $input; $action=$input->action; if (is_object($action)) { $toperform=$action->asString(); }




[ Top ]

Properties

    [none]

Events

    [none]

JS Events

    [none]

Methods

Constants

    [none]


Properties



Events



Javascript Events



Methods


InputParam __get [line 522]

InputParam __get( $nm)

Magic method to search for the input from the user, checkout the order in which the variable is searched for: $_GET, $_POST, $_REQUEST, $_COOKIES, $_SERVER



Tags:

return:  object or null if it's not found


Parameters:

   $nm  

[ Top ]



Documentation generated on Tue, 27 Mar 2007 13:35:58 +0200 by phpDocumentor 1.3.1