https://github.com/mzaini30/codeigniter-twig
Monggo yang mau coba Codeigniter + Twig
https://github.com/mzaini30/codeigniter-twig
codeigniter php twig
Last synced: about 2 months ago
JSON representation
Monggo yang mau coba Codeigniter + Twig
- Host: GitHub
- URL: https://github.com/mzaini30/codeigniter-twig
- Owner: mzaini30
- License: mit
- Created: 2019-07-03T15:18:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T06:38:16.000Z (over 6 years ago)
- Last Synced: 2025-06-20T18:14:52.202Z (about 1 year ago)
- Topics: codeigniter, php, twig
- Language: PHP
- Size: 1.21 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
**Cara memanggil Twig lewat Controller**
```php
$this->twig->display('tes_twig/hello_world');
```