PHP5 + SPL - Creating an object as an array.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I would like to create an object like this:
<?php
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 value for the key 'array_key' from "$some_array"? Not only that, but I want the class to be accessable as "$testclass->just" aswell!
Is that possible? Examples are welcome.


Thanks in advance,
Yotam Ofek!

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux