芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/tmp/pma_template_compiles_krishnamexports/twig/12/12ec48a606fece14a533f6cf3254345ce943c8974990b6425b36e2882c240add.php
parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
#
"; // line 5 echo _gettext("Name"); echo "
"; // line 6 echo _gettext("Type"); echo "
"; // line 7 echo _gettext("Collation"); echo "
"; // line 8 echo _gettext("Attributes"); echo "
"; // line 9 echo _gettext("Null"); echo "
"; // line 10 echo _gettext("Default"); echo "
"; // line 11 if (($context["show_column_comments"] ?? null)) { // line 12 echo "
"; echo _gettext("Comments"); echo "
"; } // line 14 echo "
"; echo _gettext("Extra"); echo "
"; // line 16 echo " "; if (( !($context["db_is_system_schema"] ?? null) && !($context["tbl_is_view"] ?? null))) { // line 17 echo "
"; echo _gettext("Action"); echo "
"; } // line 20 echo "
"; } public function getTemplateName() { return "table/structure/table_structure_header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 84 => 20, 78 => 18, 75 => 17, 72 => 16, 67 => 14, 62 => 12, 60 => 11, 56 => 10, 52 => 9, 48 => 8, 44 => 7, 40 => 6, 36 => 5, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "table/structure/table_structure_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/table_structure_header.twig"); } }