HappyWorld
Well-known member
semprot submitted a new resource:
Global Template Variable - How to create variables that can be accessed in all templates
Read more about this resource...
Global Template Variable - How to create variables that can be accessed in all templates
This is a simple example about how to create variables that can be accessed in all templates.
This code uses "template_create" listener.
On this code, 2 variables are created, which are "$is_handsome", and "$is_fat".
Both variables are set directly withinCode:/library/Semprot/GlobalTemplateVariable/Listener.php
PHP:<?php class Semprot_GlobalTemplateVariable_Listener { public static function template_create(&$templateName, array &$params,...
Read more about this resource...