parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 4 echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); echo "
"; // line 7 if (($context["ajax_dialog"] ?? null)) { // line 8 echo " "; echo _gettext("Details"); // line 9 echo " "; } else { // line 10 echo " "; if (($this->getAttribute(($context["view"] ?? null), "operation", [], "array") == "create")) { // line 11 echo " "; echo _gettext("Create view"); // line 12 echo " "; } else { // line 13 echo " "; echo _gettext("Edit view"); // line 14 echo " "; } // line 15 echo " "; } // line 16 echo " "; // line 18 if (($this->getAttribute(($context["view"] ?? null), "operation", [], "array") == "create")) { // line 19 echo " "; } // line 28 echo " "; // line 63 if (($this->getAttribute(($context["view"] ?? null), "operation", [], "array") == "create")) { // line 64 echo " "; } else { // line 71 echo " "; } // line 77 echo "
getAttribute(($context["view"] ?? null), "or_replace", [], "array")) { echo " checked=\"checked\" "; } // line 24 echo " value=\"1\" />
"; // line 45 echo _gettext("Definer"); echo " env, $this->getAttribute(($context["view"] ?? null), "definer", [], "array"), "html", null, true); echo "\" />
SQL SECURITY
"; // line 65 echo _gettext("VIEW name"); echo " env, $this->getAttribute(($context["view"] ?? null), "name", [], "array"), "html", null, true); echo "\" />
env, $this->getAttribute(($context["view"] ?? null), "name", [], "array"), "html", null, true); echo "\" />
"; // line 79 echo _gettext("Column names"); echo " env, $this->getAttribute(($context["view"] ?? null), "column_names", [], "array"), "html", null, true); echo "\" />
AS
WITH CHECK OPTION
getAttribute(($context["view"] ?? null), "operation", [], "array") == "create")) ? ("createview") : ("alterview")); echo "\" value=\"1\" /> "; // line 114 if ((($context["ajax_dialog"] ?? null) == false)) { // line 115 echo " "; } // line 118 echo "
"; } public function getTemplateName() { return "view_create.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 280 => 118, 275 => 116, 272 => 115, 270 => 114, 265 => 112, 255 => 104, 246 => 102, 242 => 101, 237 => 100, 233 => 99, 217 => 88, 207 => 81, 202 => 79, 198 => 77, 191 => 73, 187 => 71, 180 => 67, 175 => 65, 172 => 64, 170 => 63, 164 => 59, 155 => 57, 151 => 56, 146 => 55, 142 => 54, 131 => 46, 127 => 45, 120 => 40, 111 => 38, 107 => 36, 105 => 35, 100 => 34, 96 => 33, 89 => 28, 83 => 24, 79 => 23, 73 => 19, 71 => 18, 67 => 16, 64 => 15, 61 => 14, 58 => 13, 55 => 12, 52 => 11, 49 => 10, 46 => 9, 43 => 8, 41 => 7, 35 => 4, 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("", "view_create.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/view_create.twig"); } }