Fixed
- The
the_esc()
method is now wired correctly.
�
Fixed
- The
the_esc()
method is now wired correctly.
�
Added
- Template function to escape and echo template var:
the_esc()
�
Fixed
- PHP 7.0 compatibility
�
Added
- Default value for template vars passed as the second argument to
get
andthe
methods and it's closure eqivalents
�
Added
- Magic method for string converstion. Now you are able to
echo new Template()
Changed
- 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
�
Added
- Procedural helper functions
�
Initial releas