<?php class TestThis { public function __set($property_name, $value) { $this->$property_name = $value; } }
You have javascript disabled. You will not be able to edit any code.