tangra logo
   
[ class tree: tangra_lib ] [ index: tangra_lib ] [ all elements ]
 

Class: Tangra_Parameter_Method

Source Location: /core/tangra_parameter_method.class.php

Class Tangra_Parameter_Method

Class Overview

Describes methods for handing parameters. Used just as a namespace.

Located in /core/tangra_parameter_method.class.php [line 21]

Tangra_Form_Submit_Method
   |
   --Tangra_Parameter_Method
[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Tangra_Form_Submit_Method

Tangra_Form_Submit_Method::GET
Tangra_Form_Submit_Method::POST

[ Top ]
Constant Summary
NONE   Method NONE is fake type used to indicate that no parameter is expected.
PI   PI stands for PATH_INFO $_SERVER var. PI parameters are automatically parsed and included as any other parameter in Web_Context

[ Top ]
Constants
NONE = 0 [line 26]

Method NONE is fake type used to indicate that no parameter is expected.


[ Top ]
PI = 4 [line 32]

PI stands for PATH_INFO $_SERVER var. PI parameters are automatically parsed and included as any other parameter in Web_Context

API Tags:
See:  Web_Context


[ Top ]