PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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:
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]
A lot depends on any .htaccess file you have in your top level. Are .png excluded from being changed to index.php ?
Try removing the './' in front of the path. do you have a .htaccess in the public area to remove redirection (contents = RewriteEngine off) ?