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
"; // line 111 if (($context["ajax_dialog"] ?? null)) { // line 112 echo "
getAttribute(($context["view"] ?? null), "operation", [], "array") == "create")) ? ("createview") : ("alterview")); echo "\" value=\"1\" />
"; } else { // line 117 echo " getAttribute(($context["view"] ?? null), "operation", [], "array") == "create")) ? ("createview") : ("alterview")); echo "\" value=\"1\" /> "; } // line 122 echo "
"; } public function getTemplateName() { return "view_create.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 280 => 122, 275 => 120, 268 => 117, 262 => 114, 258 => 113, 255 => 112, 253 => 111, 244 => 104, 235 => 102, 231 => 101, 226 => 100, 222 => 99, 206 => 88, 196 => 81, 191 => 79, 187 => 77, 180 => 73, 176 => 71, 169 => 67, 164 => 65, 161 => 64, 159 => 63, 153 => 59, 144 => 57, 140 => 56, 135 => 55, 131 => 54, 120 => 46, 116 => 45, 109 => 40, 100 => 38, 96 => 36, 94 => 35, 89 => 34, 85 => 33, 78 => 28, 72 => 24, 68 => 23, 62 => 19, 60 => 18, 56 => 16, 53 => 15, 50 => 14, 47 => 13, 44 => 12, 41 => 11, 38 => 10, 35 => 9, 32 => 8, 30 => 7, 24 => 4, 19 => 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 Twig_Source("", "view_create.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\view_create.twig"); } }