可能重复:
Zend Framework 布局中的图像
我遇到的问题是layout.phtml的图像未显示在操作视图中
当我输入这个 urlhttp://localhost/application/public/controller
时,图像会正确显示,但是当 url 是(例如)layout.phtmlhttp://localhost/application/public/controller/any-action(even the index action)
的图片时,不会显示。
我所有的图像都位于public
应用程序目录中的一个目录中。
我不知道该问题的根源或如何解决,所以请帮助我