public function _remap($method,$id) { if ($method == 'myspace') { $this->welcome($id); } else { $this->error(); } }