data[$key] = $val; } public function __get($key){ if(isset($this->data[$key])){ return $this->data[$key]; } return false; } } ?>