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

https://github.com/firmanjs/codeigniter-dd-helper

Fungsi dd() seperti laravel
https://github.com/firmanjs/codeigniter-dd-helper

Last synced: 9 months ago
JSON representation

Fungsi dd() seperti laravel

Awesome Lists containing this project

README

          

# CI-dd-helper-like-laravel
CodeIgniter helper for print array string like dd in laravel

Helper ini digunakan untuk membantu debug array maupun string seperti fungsi laravel

## Instalasi
Letakan file pada folder Helper.

```
applicatioon/helper dd_helper.php
load di autoload atau per controller
```

## Contoh Penggunaan
Contoh penggunaan bisa dilihat di file controller [Example.php]

> :)