Quantcast

view scripts

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

view scripts

Thomas List

Hello,

I was looking at my page source for a view script which was rendered by a controller using $this->view->result, when I noticed that it has HTML in it, which I guess is rendered when you use $this->view? Am I correct?  I am wondering how to get rid of this extraneous code, because it is throwing off my own HTML and CSS.  It doesn't show up in the editor, only when I view source, so I am assuming it is rendered by the $this->view call in the controller.  Any help would be great.  

Regards,
Thomas
     
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: view scripts

Hector Virgen
$this->view->result is not part of ZF... do you mean render?

--
*Hector Virgen*
Sr. Web Developer
http://www.virgentech.com



On Wed, Oct 27, 2010 at 2:08 PM, Thomas List <[hidden email]> wrote:

>
> Hello,
>
> I was looking at my page source for a view script which was rendered by a
> controller using $this->view->result, when I noticed that it has HTML in it,
> which I guess is rendered when you use $this->view? Am I correct?  I am
> wondering how to get rid of this extraneous code, because it is throwing off
> my own HTML and CSS.  It doesn't show up in the editor, only when I view
> source, so I am assuming it is rendered by the $this->view call in the
> controller.  Any help would be great.
>
> Regards,
> Thomas
>
--
Hector Virgen
Loading...