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