NuSphere Forums Forum Index
NuSphere Forums


Thu Feb 18, 2010 10:15 am
Replies: 3
Views: 2954
I both enabled and disabled the php short tags, but with no result.

Thu Feb 18, 2010 9:10 am
Replies: 3
Views: 2954
I use the debugger under windows (v3.8.) and the following piece of code is not recognized by the debugger. It simply steps over it and shows no output:

<?
echo "Hello";
?>

But ...

Thu Jul 29, 2004 3:59 am
Replies: 1
Views: 5726
I'm using PHP5 classes and declare private variable as:

class MyClass
{
private $myVar=0;
public function __construct() {
// do something
}
public function foo() {
...
Page 1 of 1
All times are GMT - 5 Hours