Code Documentation
This commit is contained in:
parent
4b4f6e882b
commit
ba1eecf5b4
2 changed files with 4 additions and 4 deletions
|
|
@ -35,7 +35,7 @@ require_once NOALYSS_INCLUDE . '/lib/ac_common.php';
|
|||
class DatabaseCore
|
||||
{
|
||||
|
||||
private $db;
|
||||
protected $db;
|
||||
/**< database connection */
|
||||
private $ret;
|
||||
/**< return value */
|
||||
|
|
|
|||
|
|
@ -187,9 +187,9 @@ class HttpInput
|
|||
|
||||
/**
|
||||
* @brief Retrieve from $_GET
|
||||
* @param $p_name name of the variable
|
||||
* @param $p_type type of the variable , opt. default string
|
||||
* @param $p_default default value is variable is not set
|
||||
* @param $p_name string of the variable
|
||||
* @param $p_type string of the variable , opt. default string
|
||||
* @param $p_default mixed default value is variable is not set
|
||||
* @throws Exception if invalid
|
||||
*/
|
||||
function get($p_name, $p_type="string", $p_default="")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue