how to use new image folder in cakephp -


I am very new in cakephp. I've created a folder in app / webroot / . To keep the image, Can I can do the Eleal image by default IMG folder, which I did something like this:

   14, 'height' => '10 ',' alt '=>' open ')); ? & Gt;  

Now I have created a new image folder in which the IMG folder is present. Please help me how to use it. Very important.

Thanks Manish Manish. Choudhary63@gmail.com

Use a slash in the beginning of the path, for example

  copy $ html-> Image ('/ images / foldopen.png');  

In the beginning, slash is relative to the App / Webtrate directory


Comments