标签: symfony1 action referer
我尝试在action.class.php
public function executeIndex() { $this->setTemplate('index'); $this->referer = $this->getRequest()->getReferer(); }
但没有任何结果:(现在有人如何解决这个问题?
symfony版本1.0.17