Exemple #1
0
 public function configAction()
 {
     $menuId = $this->getParam('menu_id');
     $this->view->menuId = $menuId;
     $menus = Modules_Menu_Services_Menu::getAllMenus();
     $this->view->menus = $menus;
     $this->view->moduleName = Gio_Core_Widget::getIntance()->getModuleName();
     $this->view->widgetName = Gio_Core_Widget::getIntance()->getWidgetName();
     $this->view->widgetIndex = $this->getParam('widget_index');
 }