Posted by Skrol29 on 12/18/33 11:49
Hello,
It can be very usefull to code:
$obj = new stdClass;
Unfortunately the few that the documentation officially tells about
this class is:
******************************
The name stdClass is used internally by Zend and is reserved. You
cannot have a class named stdClass in PHP.
http://www.php.net/manual/en/language.oop.php
******************************
It seems that some Pear packages instanciate this class.
But should we do the same for code intended for public releases?
--------------------------------------
Skrol29
http://www.tinybutstrong.com
--------------------------------------
[Back to original message]
|