I created a folder in app/webroot/. for posting images. eralier default img folder cantain image. which I used something like this:
<?php
echo $html->image('foldopen.png',array('width'=>14,'height'=>'10','alt'=>'open'));
?>
Now I created a new folder with the img folder. how to use it?
source
share