I am doing a tutorial according to this article.
This is basic Hello World! example using Zend Framework.
When I am looking at the output on my browser it shows me escape($this->title);.
I don’t get the problem. Why Zend escape() function don’t call and read this as a text.
Add this in your
.htaccessfile. Your problem is PHP short tag.If you write this in your
.htaccessfile your output on browser will be correct:php_value "short_open_tag" "on"