Source for file tangra_parameter_method.class.php
Documentation is available at tangra_parameter_method.class.php
* Contains class Tangra_Parameter_Method
require_once(TANGRA_MAIN_DIR. 'core/tangra_form_submit_method.class.php');
* Describes methods for handing parameters. Used just as a namespace.
* Method NONE is fake type used to indicate that no parameter is expected.
* PI stands for PATH_INFO $_SERVER var. PI parameters are automatically parsed and included as any other parameter in Web_Context
const PI = 4; //path_info
|