Zend framework: problem with displaying images
Posted: Wed Aug 22, 2007 6:21 am
feyd | Please use
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
hi
i'm new in zend framework. i followed the example in this link
[url]http://g-rossolini.developpez.com/tutoriels/php/zend-framework/debuter/[/url]
my problem is when i tryed to display an image nothing is diplayed in my page. this my code:Code: Select all
<html>
<head>
<title><?php echo $this->escape($this->title); ?></title>
</head>
<body>
<h1><?php echo $this->escape($this->title); ?></h1>
saluit
<img src="./public/images/tick.png">
</body>
</html>feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]