Zend: Why form elements are not rendered correctly in windows? It was working on ubuntu.
Posted
by Awan
on Stack Overflow
See other posts from Stack Overflow
or by Awan
Published on 2010-03-23T18:55:30Z
Indexed on
2010/03/23
19:03 UTC
Read the original article
Hit count: 251
I was working with Zend on Ubuntu and it was working correctly. Now I moved to windows for same project. But now elements of my form are not rendered correctly and their code is appeared on brower's page like this:
translate( $this->element->getElement("email")->getLabel() ) ?>
Any idea that what is the problem?
© Stack Overflow or respective owner