<img src="/uploads/<?php echo $z->getThumb() ?>" />
gives:
<img src="/uploads/image1.jpg" />
<img src="<?php echo sfConfig::get('sf_upload_dir') ?>/<?php echo $z-
>getThumb() ?>" />
gives:
<img src="C:\Program Files\WebServ\httpd\cms\web\uploads/image1.jpg" /
>
and I don't see a picture - sfConfig::get('sf_upload_dir') gives
backslash, but it should be slash !! What can I do with that ??
--
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en.