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

change variable in Smarty.class.php

 
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 -> Smarty Development
View previous topic :: View next topic  
Author Message
mk
Smarty n00b


Joined: 24 Nov 2004
Posts: 3

PostPosted: Wed Nov 24, 2004 2:12 pm    Post subject: change variable in Smarty.class.php Reply with quote

Hi all,
i am a new user for smarty i have this code:

require('libs/Smarty.class.php');
$smarty = new Smarty;
$smarty->display("temp1/index.html");

it work well but i want to change any of variable in the Smarty.class.php file like $template_dir i don't want to change it at Smarty.class.php file i want to change it at any off the application file and it still the default in the Smarty.class.php file :
How can i do that
Back to top
View user's profile Send private message Visit poster's website
mohrt
Administrator


Joined: 16 Apr 2003
Posts: 7368
Location: Lincoln Nebraska, USA

PostPosted: Wed Nov 24, 2004 3:11 pm    Post subject: Reply with quote

require('libs/Smarty.class.php');
$smarty = new Smarty;
$smarty->template_dir = '/path/to/my/templates';
$smarty->display("temp1/index.html");

like that?
Back to top
View user's profile Send private message Visit poster's website
boots
Administrator


Joined: 16 Apr 2003
Posts: 5611
Location: Toronto, Canada

PostPosted: Wed Nov 24, 2004 3:11 pm    Post subject: Reply with quote

Easy--define an custom extended Smarty class:
http://smarty.php.net/manual/en/installing.smarty.extended.php
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 -> Smarty Development 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