- Seme Framework
- versi 4.0.3 (ID)
- Persyaratan
- Download & Install
- Pengaturan
- Tutorial
- Perutean URI
- Konstanta
- Variabel Global
- Model
- View
- Controller
- Library
- CLI (command line interface)
- Core
- ABAC
Creating Template
For creating template we have to create directories structure of template with its file.
The structures will be like:
-
app
-
view
TEMPLATE_NAME
-
page
-
html
- header.php
- topbar.php
- sidebar.php
- footer.php
- notfound.php
- col-1.php
-
html
- theme.json
- script.json
-
page
-
view
TEMPLATE_NAME
TEMPLATE_NAME is a directory have no special character except underscore. This directory name will be used as template if we loaded at controller using setTheme.