You get a bonus - 1 coin for daily activity. Now you have 1 coin

Dumping Smarty variables — what modifiers show a variable's contents?

Practice




Dumping Smarty variables — what modifiers are there to view a variable's contents?



{$my_variab|var_dump}
or
{$my_variab|print_t}


there's also a wonderful tag that shows all Smarty variables in a separate popup window, just insert {debug} on the page
and check that popup windows aren't blocked

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Running server side scripts using PHP as an example (LAMP)"

Terms: Running server side scripts using PHP as an example (LAMP)