Page 2 of 2

Re: getMenu() .... why is it an undefined function?

Posted: Mon Apr 15, 2013 5:04 pm
by McInfo

Code: Select all

$x = "";
var_dump($x != ""); // bool(false)
var_dump(isset($x)); // bool(true)