Hi, I tried to pass variables from my controller (.php file) to my view (.phtml file). But in my .phtml file, "{{ varxx }}" is not evaluate : my browser just display "{{ varxx }}" So I tried "{# Comment #}" for a comment, which is displayed "{# Comment #}". Direct loading of .phtml file from my browser : same pb. Seem to be not a Phalcon pb :).
No really good solutions found on the Web, but not a lot of responses...
So my questions : is it working on your websites, do you use that technical solution, or is it simply obsolete and a no more used solution ? Or is it another pb of compatibility with my config ?
Thank's