YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* Responseオブジェクトを更新してビューを変える [#q79cd9b0]
class fooActions extends sfActions
{
public function executeIndex()
$response = $this->getContext()->getResponse();
$html = $response->getContent();
$html = str_replce('</body>', 'TEST</body>', $ht...
$response->setContent($html);
return sfView::NONE;
}
}
終了行:
* Responseオブジェクトを更新してビューを変える [#q79cd9b0]
class fooActions extends sfActions
{
public function executeIndex()
$response = $this->getContext()->getResponse();
$html = $response->getContent();
$html = str_replce('</body>', 'TEST</body>', $ht...
$response->setContent($html);
return sfView::NONE;
}
}
ページ名: