Re: [PHP] Question about constructors and destructors
I get: (on Linux, PHP 5.1.4) php cls_t.php Will buildBuildingFinished buildingUnsetingDestroyingUnset complete Mathieu Dumoulin wrote: I posted a bit earlier and did some other tests and now i have a VERY simple question... check the following code :
[PHP] Question about constructors and destructors
I posted a bit earlier and did some other tests and now i have a VERY simple question... check the following code : === class test { public function __construct(){ echo 'Building'; } public function __destruct(){