Hello,
I just found out that, when passing a (numeric) zero with "$view->myVar=0" to a template then the corresponding template variable $this->myVar is empty, it has no value.
This even occurs when I convert the value to a string: (string) 0
Strings and numeric values other than zero are handled correctly.
I think this is a bug which should be fixed?!
regards, Helmut