Skip to content

Releases: wol-soft/php-micro-template

1.2.1

02 May 12:07
Compare
Choose a tag to compare

Fix successive loops

1.2.0

30 Apr 10:54
Compare
Choose a tag to compare

Add else to conditional statements

1.1.0

29 Apr 15:25
Compare
Choose a tag to compare
  • Function calls can have parameters, for example a ViewHelper-Object with advanced logic can be used
  • The templating syntax is now whitespace tolerant.

1.0.0

27 Apr 18:04
Compare
Choose a tag to compare

Features

  • Replace variables inside a template
  • Iterate over an array or iterable object
  • Conditional sections
  • Pass objects and call functions on the objects