I want to call Tag Phalcon function, with Tag.
I saw many example on internet with this :
use Phalcon\Tag as Tag;
But to have access to Tag, you must put this in all phtml file : https://github.com/phalcon/php-site/blob/master/app/views/news/showYear.phtml
Can we put this syntax in one file, and it will be available in the project everywhere ?