« Return to Thread: helper 'DocType' not found

Re: helper 'DocType' not found

by listmail-7 :: Rate this Message:

Reply to Author | View in Thread

On Wed, 28 May 2008 11:19:35 -0500
"Greg Donald" <gdonald@...> wrote:

> In the docs:
>
> http://framework.zend.com/manual/en/zend.layout.quickstart.html
>
> it shows something like this:
>
> <?php echo $this->docType( 'XHTML1_STRICT' ); ?>
>



You need $this->doctype('XHTML1_STRICT'), method name all
lowercase, despite what it says in the docs...


--
   
Greg Maruszeczka

http://websagesolutions.com
skype: websage.ca
googletalk: gmarus

"Those who are possessed by nothing possess everything."
-- Morihei Ueshiba

 « Return to Thread: helper 'DocType' not found