function menu() { $menu = createMenuManager(); $menu->setDB($this->getDB()); $fun = $this->wrapper; $fun($menu); return 'END_DISPATCH'; }
function menu() { $menu = createMenuManager(); $menu->setDB($_GET[Q_DB]); new $this->wrapper($menu, array(array('robots', 'noindex'))); return 'END_DISPATCH'; }