/ Published in: PHP
(Applies to the HTMLTemplateIT PEAR package) Useful script to find all global variables and put them in a format for an array. $t is the HTMLTemplateIT(X) object.
Expand |
Embed | Plain Text
foreach($t->getBlockvariables("__global__") as $v) echo "\t'$v' \t=> ,\n";
You need to login to post a comment.
