-- R! <[EMAIL PROTECTED]> wrote
(on Tuesday, 26 August 2008, 02:30 AM -0700):
> Yes but  i wont as a par of my JSON object send HTML rendered from viewscript
> so is there any posibili how render viewscript directly to string?
> Or i must call these ?
> 
> $this->render('result-form'); // render to response object
> $htmlPart=>$this->getResponse()->getBody()

    $string = $this->view->render($scriptName);


-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to