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
- Host: GitHub
- URL: https://github.com/firmanjs/codeigniter-dd-helper
- Owner: firmanJS
- Created: 2019-05-11T15:37:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T15:40:41.000Z (almost 7 years ago)
- Last Synced: 2025-03-28T09:11:51.926Z (about 1 year ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
> :)