I've got a weird problem. On some pages in my Zend project i can see a strange forward slash coming out of nowhere. It has a random location, sometimes on the begining, sometimes in the end.
The thing is - there is no "/" anywhere in view script, layout or view helper. I've figured out that if I won't use model in the controller then it doesn't show up, but if I do its automaticly printed on my page. And no, there are no "echos" or "prints" in neither controller nor model.
Thank you guys, problem is solved. I did a file search and found my "/" in front of the whole <?php ...
in one of my Model file. Each time i used a function from that model i got this slash and now it's gone. I feel kind of like a noob now but as they say, the easier the problem the harder to solve it ;)