https://github.com/mzaini30/html-sandbox
Repositori yang berisi dengan aplikasi HTML Sandbox berbasis PHP
https://github.com/mzaini30/html-sandbox
codeigniter css html javascript php sqlite twig
Last synced: about 1 month ago
JSON representation
Repositori yang berisi dengan aplikasi HTML Sandbox berbasis PHP
- Host: GitHub
- URL: https://github.com/mzaini30/html-sandbox
- Owner: mzaini30
- License: mit
- Created: 2019-11-06T05:15:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T06:55:05.000Z (over 5 years ago)
- Last Synced: 2025-01-29T06:21:48.189Z (3 months ago)
- Topics: codeigniter, css, html, javascript, php, sqlite, twig
- Language: PHP
- Size: 1.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
# Menjalankan
```bash
php -S localhost:9099
```# Memanggil View Twig
```php
$this->twig->display('tes_twig/hello_world');
```