PHP code example of mcstreetguy / tempearly
1. Go to this page and download the library: Download mcstreetguy/tempearly library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mcstreetguy / tempearly example snippets
$engine = new MCStreetguy\Tempearly('path/to/templates','.tpl.html');
$engine->parse('login-template-1',array(
'my-variable' => 'Hello World!',
'another-variable' => true
));