found this statement and I dont know what it means
Posted: Thu May 13, 2010 10:44 am
HI guys,
I found this in a code and I dont know what means this code
Config::get
I would like to trace it.. this part return some error message regarding to the parameter and I would like to know where I can find them? Config and Get are reserved words?
Let me know if you need more info.
Thank you in advance.
I found this in a code and I dont know what means this code
Config::get
I would like to trace it.. this part return some error message regarding to the parameter and I would like to know where I can find them? Config and Get are reserved words?
Code: Select all
if (ini_get("magic_quotes_gpc") == 1){
echo Config::get("errorMagicQuotes");
exit;
}
if (!function_exists("mcrypt_encrypt")){
echo Config::get("errorMCrypt");
}Thank you in advance.