icon = PMA_Util::getImage('b_props.png', __('View')); $this->links = array( 'text' => 'sql.php?server=' . $GLOBALS['server'] . '&db=%2$s&table=%1$s&pos=0' . '&token=' . $GLOBALS['token'], 'icon' => 'tbl_structure.php?server=' . $GLOBALS['server'] . '&db=%2$s&table=%1$s' . '&token=' . $GLOBALS['token'] ); $this->classes = 'view'; } /** * Returns the type of the item represented by the node. * * @return string type of the item */ protected function getItemType() { return 'view'; } } ?>