File "populate_columns.twig"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/templates/database/central_columns/populate_columns.twig
File size: 94 B
MIME-type:
Charset: utf-8
{% for column in columns %}
<option value="{{ column }}">{{ column }}</option>
{% endfor %}