Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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: 2024-12-01T02:12:05.549Z (2 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');
```