Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Mostrar Imagen

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: Spanish
View previous topic :: View next topic  
Author Message
piropeator
Smarty Rookie


Joined: 31 Oct 2007
Posts: 26

PostPosted: Fri Dec 19, 2014 4:54 pm    Post subject: Mostrar Imagen Reply with quote

Yo defino la ruta de mis imagenes con esto:
Code:
define("APP_BASEDIR", dirname(__FILE__));

Code:
define('IMAGES', APP_BASEDIR. '/images/');


En la tabla correspondiente tengo un campo que se llama IMAGEN y contiene el valor: Imagen.jpg y la imagen se encuentra en la ruta /images/

Con esto muestro los valores en pantalla de los otros campos:
Code:
{$TablaVO->valor}

Pero cómo hago para mostrar la imagen que está en la carpeta?
He intentado con esto:
Code:
<img src="APP_BASEDIR.{$TablaVO->imagen.jpg}">

Code:
<img src="{$smarty.const.IMAGES}{$TablaVO->valor}" />

Pero no funciona. En qué me estoy equivocando??
Gracias. Rolling Eyes
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP