This website requires JavaScript.
Explore
Help
Register
Sign In
jcgitadmin
/
jingcai-php
Watch
1
Star
0
Fork
You've already forked jingcai-php
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f9b3fd5799
jingcai-php
/
public
/
phmad521
/
templates
/
database
/
central_columns
/
populate_columns.twig
4 lines
94 B
Twig
Executable File
Raw
Blame
History
{%
for
column
in
columns
%}
<option value="
{{
column
}}
">
{{
column
}}
</option>
{%
endfor
%}
Reference in New Issue
View Git Blame
Copy Permalink