YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* Requestオブジェクト他のコアオブジェクト [#j928bf2c]
class fooActions extends sfActions
{
public function executeIndex()
$request = $this->getContext()->getRequest();
$response = $this->getContext()->getResponse();
$session = $this->getContext()->getUser();
$controller = $this->getContext()getController();
}
}
*** 参考 [#e20f947d]
http://www.symfony-project.org/api/1_4/sfContext
終了行:
* Requestオブジェクト他のコアオブジェクト [#j928bf2c]
class fooActions extends sfActions
{
public function executeIndex()
$request = $this->getContext()->getRequest();
$response = $this->getContext()->getResponse();
$session = $this->getContext()->getUser();
$controller = $this->getContext()getController();
}
}
*** 参考 [#e20f947d]
http://www.symfony-project.org/api/1_4/sfContext
ページ名: