html - Cakephp HtmlHelper for images not picking-up images from webroot -


i have cakephp (2.7.0) installed on wamp. images located under app/webroot/img.

in view have following:

<?php echo $this->html->image( 'img2.gif', array('alt' => 'img2')); ?> 

when img element renders "src" set /app/img/img2.gif instead of /app/webroot/img/img2.gif. missing?


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -