Пример #1
0
<?php

/**
 * Text blocks example
 *
 * @author Amadeusz Jasak <*****@*****.**>
 * @package phpHaml
 * @subpackage Examples
 */
require_once './includes/haml/HamlParser.class.php';
$parser = new HamlParser('./tpl', './tmp/haml');
$parser->registerBlock('md5', 'md5');
echo $parser->setFile('example4.haml');