alexeyrybak / blitz

Blitz templates, template engine extension for PHP
Other
92 stars 42 forks source link

Implementation of simple method calls in if statements #37

Closed YuriyNasretdinov closed 9 years ago

YuriyNasretdinov commented 9 years ago

Only {{IF callback(...)}} is supported, you cannot use callback result in statements like {{IF callback(...) > other_callback(...)}}

YuriyNasretdinov commented 9 years ago

Fixes for empty calls are on the way