$key = $value; } function get($key) { return isset($this->$key)? $this->$key : false; } function flush(){ return true; } }