Hi, Thanks Pieter, I've just figured it out in this minute… However the manual is then broken, it says:
'the simplest use case is to specify it and output it at the same time, at the top of your layout script' Indeed, would be a better place to specify it the same place, where you echo it. Regards, Ádám On Sun, May 25, 2008 at 9:53 PM, Pieter Kokx <[EMAIL PROTECTED]> wrote: > Hi, > > I think you are using Zend_Layout, and the problem with Zend_Layout is that > the view is renderered before the layout itself. Thus, the doctype helper is > called after the Zend_Form calls. I am always calling the doctype helper in > my bootstrap, so there aren't any problems with that.
