the problem is while working in a team... the programmers instead of displaying the data through template they have a habit of echoing from the method itself...
have to trace where are all those crazy echosss .....
so it has been a lil pain in ass ...

You can't really disable echo/print but you could set output buffering so you capture everything echo'ed/print'ed and then you can decide what to do with it.

--
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED]  http://www.zend.com/

Reply via email to