Welcome Guest, Not a member yet? Register   Sign In
Image folder
#2

[eluser]EthanSP[/eluser]
[quote author="MrSmith" date="1212058900"]Hi everybody, I am very new in CodeIgniter. I write a simple webpage and then I confuse how to show images in my web page. I want to create image folder to keep all of images that use to show in the webpage.Where is path in CodeIgniter folder that I should create this folder and how to insert the image to webpage. Thank you[/quote]

You create the [images] folder on your [codeigniter] folder, same level as your [system], [user_guide], etc. folders. You put this script in a php file $this->load->view('foo.jpg'); to view a particular image. You put the said php file under the [views] folder within your [system]/[application] folder.


Messages In This Thread
Image folder - by El Forum - 05-29-2008, 12:01 AM
Image folder - by El Forum - 05-29-2008, 03:08 AM
Image folder - by El Forum - 05-29-2008, 03:24 AM
Image folder - by El Forum - 05-29-2008, 03:38 AM
Image folder - by El Forum - 05-29-2008, 04:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB