print out a variable in php code example
Example 1: use smarty variable in php
$this->get_template_vars('varX');
Example 2: how to make a variable in php
$varName = "Hello, World";
$this->get_template_vars('varX');
$varName = "Hello, World";