Last active
February 5, 2021 17:22
-
-
Save infinitbility/f487d11c48b3269972f4c5ea0e754985 to your computer and use it in GitHub Desktop.
Cakephp best way to show array Or print array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
# print array in cakephp framework | |
debug($array);exit; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Published by https://infinitbility.com