Jason Barnett wrote:
Yotam Ofek wrote:
I would like to create an object like this:
class TestClass {
private $some_array;
public $just;
public $some;
public $public;
public $vars;
}
?>
Is it possible, through SPL, to make the class accessible as
"$testclass['array_key']", whic
Yotam Ofek wrote:
I would like to create an object like this:
class TestClass {
private $some_array;
public $just;
public $some;
public $public;
public $vars;
}
?>
Is it possible, through SPL, to make the class accessible as
"$testclass['array_key']", which will return the val
2 matches
Mail list logo