Zend displaying multiple times

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cali_dotcom
Forum Commoner
Posts: 49
Joined: Fri Aug 22, 2008 7:28 pm
Location: Rancho Cucamonga, CA

Zend displaying multiple times

Post 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...
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Zend displaying multiple times

Post by Christopher »

Can you post the full code of the template?
(#10850)
Post Reply