View Single Post
  #2 (permalink)  
Old 05-06-2008, 11:58 AM
zendyani zendyani is offline
Junior Member
 
Join Date: May 2008
Posts: 2
Default

hi
to solve this probleme i initialise in my controller
$this->view->baseUrl = $this->_request->getBaseUrl(); to get the root of my webapp and in the view to display image in images directory <?=$this->baseurl?>/images/image.png
have a nice day
Reply With Quote