我正在使用以下帮助程序重定向到 bibliothek 控制器的索引操作。
$urlOptions = array('controller'=>'bibliothek', 'action'=>'index');
$this->_helper->redirector->gotoRoute($urlOptions);
它有效,但是:我的表格中的图像丢失了,我使用了一些图标,例如:
<img src="Images/Icons/plus.jpg" ...
那么它如何与相对路径一起工作呢?我该如何解决?