All notable changes to this project will be documented in this file.
- The
the_esc()
method is now wired correctly.
- The
the_esc()
method is now wired correctly.
- Template function to escape and echo template var:
the_esc()
- PHP 7.0 compatibility
- Default value for template vars passed as the second argument to
get
andthe
methods and it's closure eqivalents
734d8dc20b45d52be9d95baa779da6033d8bcb4b
- Magic method for string converstion. Now you are able to
echo new Template()
- Before printing the template, the file existance is checked. If not present, the
TemplateException
is thrown - If the storage wasn't set previously, the
StorageException
is thrown while creating newTemplate
object
- Procedural helper functions
Initial release