controller, $name)) { return $this->controller->$name; } } public function __call($method, $args) { return call_user_func_array(array($this->controller, $method), $args); } }