An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

**Cara memanggil Twig lewat Controller**

```php
$this->twig->display('tes_twig/hello_world');
```