, , Zend ajax , , . ContextSwitcher
AjaxContent.
class CommentController extends Zend_Controller_Action
{
public function init()
{
$ajaxContext = $this->_helper->getHelper('AjaxContext');
$ajaxContext->addActionContext('view', 'html')
->initContext();
}
public function viewAction()
{
}
: , , . , .
/url/path?format=html
, . . .