Commit Graph

3 Commits

Author SHA1 Message Date
f37d4a38d8
Modified two aspects of FuzeWorks\Layout:
- It is now possible to load different engines by passing the bool $ignoreCurrentEngine to Layout::get(). This allows the developer to use different engines in succession without having to Layout::reset() the system.
- The PHPEngine now passes assigned variables with their original name. The use of $vars in templates is no longer required, but still possible.
2019-08-21 18:17:08 +02:00
581d3f93bf
Implemented minor changes.
- Fixed exception documentation
- Latte Engine now saves to the TempDir and not a subdirectory.
2019-03-01 11:18:08 +01:00
480d0ecd3d Initial commit 2018-12-02 23:09:28 +01:00