pea Posted December 10, 2008 Share Posted December 10, 2008 I'm installing the smarty templating system. I'm not familiar with classes and i'm stuck at something. The configuration file has a class with variables for you to assign directory paths to, the problem i have is that i need to assign a variable to one. I'm getting the current template with an sql query. Then i'm doing this: var $template_dir = "templates/$template"; I get the error: syntax error, unexpected '"' I've read and read but i still don't understand classes Pastebin: http://pastebin.com/m6060ab95 Link to comment https://forums.phpfreaks.com/topic/136344-class-problem/ Share on other sites More sharing options...
priti Posted December 10, 2008 Share Posted December 10, 2008 update like follow $smarty->template_dir = "templates/$tname"; Link to comment https://forums.phpfreaks.com/topic/136344-class-problem/#findComment-711347 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.