File/util/Param.inc

Description

Parameter accessing helper functions

  • copyright: Copyright (c) 2004 Mirchev Ideas Ltd. All rights reserved.
Functions
miGetParam (line 16)

Retrieves a param. First tryies from $_POST, and then $_GET. If the param is not found prints an error and terminates the application

  • return: the value
string miGetParam (string $param)
  • string $param: The param name
miGetParamDefault (line 36)

Retrieves a param or returns a default value.

First tryies from $_POST, and then $_GET. If the param is not found returns $defult

  • return: the value
string miGetParamDefault (string $param, string $default)
  • string $param: The param name
  • string $default: the default value

Documentation generated on Mon, 18 Oct 2004 14:58:32 +0300 by phpDocumentor 1.2.3