- 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
Struktur File dan Direktori
Berikut ini adalah struktur file dan direktori yang ada pada Seme Framework 4.
seme-framework/
├── app/ # Application directory
│ ├── cache/ # Cache storage
│ ├── config/ # Configuration files
│ │ └── development.php
│ ├── controller/ # Controller files
│ │ ├── home.php # Default home controller
│ │ └── notfound.php # 404 handler
│ ├── core/ # Core application files
│ ├── model/ # Model files
│ └── view/ # View files
├── kero/ # Framework core directory
│ ├── bin/ # Command line tools
│ │ ├── docs.sh # Documentation generator
│ │ ├── scan.sh # Code scanner
│ │ └── test.sh # Testing utility
│ ├── lib/ # Library files
│ │ ├── conumtext.php
│ │ ├── seme_dateindo.php
│ │ ├── seme_email.php
│ │ ├── seme_fpdf.php
│ │ ├── seme_log.php
│ │ ├── seme_page_fpdf.php
│ │ ├── seme_purifier.php
│ │ └── sene_json_engine.php
│ ├── sine/ # Core framework components
│ │ ├── SENE_Controller.php
│ │ ├── SENE_Engine.php
│ │ ├── SENE_Input.php
│ │ ├── SENE_Model.php
│ │ ├── SENE_MySQLi_Engine.php
│ │ └── SENE_Runner.php
│ └── Functions.php # Global helper functions
└── index.php # Application entry point