Print all value of an array – Smarty
Snippets
{$foo|@print_r}
1
{
$
foo
|
@
print_r
}
Related posts
How can I remove 3 characters at the end of a string in php?
Random String PHP
Include all files with in the folder
PHP: fopen error handling
Receive JSON POST with PHP
Current Site URL – Codeigniter
PHP function to make slug (URL string)
Clear the browser cache of CSS or JavaScript Using PHP
Adding divs to a foreach loop every 4 times