Page 1 of 1

Zend displaying multiple times

Posted: Wed Feb 05, 2014 10:47 am
by cali_dotcom
hi guys, im not that new to the zend framework. i just started a new project with zend framework 1.12 and cant figure out why the framework would display output 3 time?
so for example in the index.phtml view script, whether i put hello, or <?= 'hello';?> i always get output: hellohellohello.

always 3times unless i put an exit right after the output, then it would only output once.
this is completely unsual and does not make any sense to me what so ever.
please let me know if anyone of you have any ideas.
thanks...

Re: Zend displaying multiple times

Posted: Wed Feb 05, 2014 4:19 pm
by Christopher
Can you post the full code of the template?