我是一個codeignite新手,並試圖添加一個圖像在我的文件下的查看文件夾。codeigniter圖像路徑
我將<img src="../images/myImage.jpg"></img>
添加到我的service_view.php中。我能看到的只是一個小圖標的斷開鏈接。
但是,如果我改變
<img src="../../user_guide/images/myImage.jpg"></img>
我的路我可以看到圖像。
我的文件系統是如下:
application-
view ->folder (where service_view.php is located)
images -> folder (where myImage.jpg is located)
user_guide-
images ->folder ((where myImage.jpg is located))
誰能幫助我這件事?非常感謝!
我認爲最好的做法是把圖像文件夾中的應用程序文件夾下。對於我來說,一條簡單的路徑無法顯示圖像也很奇怪。 – FlyingCat
你有沒有參考最佳做法? –
不,我不這樣做,但我看過幾個教程。不知道我現在應該做什麼... – FlyingCat