variables['greeting'] = $this->selectGreeting(); return $ret; } public function doGreetPersonally() { $ret = new ezcMvcResult; $ret->variables['greeting'] = $this->selectGreeting(); $ret->variables['person'] = $this->name; return $ret; } } ?>