assignRef('project', $this -> getProjectInfo($id)); parent :: display($tpl); } function getProjectInfo($id) { $model = $this -> getModel('deposition'); return $model -> getShortProjectInfo($id); } } ?>