Download the PHP package tigron/skeleton-template-smarty without Composer
On this page you can find all versions of the php package tigron/skeleton-template-smarty. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tigron/skeleton-template-smarty
More information about tigron/skeleton-template-smarty
Files in tigron/skeleton-template-smarty
Download tigron/skeleton-template-smarty
More information about tigron/skeleton-template-smarty
Files in tigron/skeleton-template-smarty
Vendor tigron
Package skeleton-template-smarty
Short Description Smarty templating for Skeleton
License MIT
Package skeleton-template-smarty
Short Description Smarty templating for Skeleton
License MIT
Please rate this library. Is it a good library?
Informations about the package skeleton-template-smarty
skeleton-template-smarty
Description
Smarty templating for Skeleton.
Installation
Installation via composer:
composer require tigron/skeleton-template-smarty
Howto
Load the library, point it to your template directory, assign a variable if you need to and go!
<?php
$renderer = new \Skeleton\Template\Smarty\Smarty();
$renderer->set_template_directory('/path/to/my/templates/');
$renderer->assign('my_variable', 'some value');
// Optional translation support (requires skeleton-i18n)
$renderer->set_translation($skeleton_i18n_translation_instance);
echo $renderer->render('template.tpl');
All versions of skeleton-template-smarty with dependencies
PHP Build Version
Package Version
Requires
smarty/smarty Version
*
The package tigron/skeleton-template-smarty contains the following files
Loading the files please wait ....