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

possible : smarty output to database?

 
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 -> Tips and Tricks
View previous topic :: View next topic  
Author Message
major7
Smarty n00b


Joined: 24 Jul 2003
Posts: 4

PostPosted: Mon Feb 02, 2004 2:44 pm    Post subject: possible : smarty output to database? Reply with quote

Hi,

I intend to make some template work on a personallized html-newsletter, which is to be built from a cms.

The CMS is ready so far and also produces a pretty preview of the newsletter. Now I'm looking for a way to parse the HTML stuff into the database.

does anyone know of a way to get parsed smarty code into a variable?
I could imagine something like this

Code:

//$tpl=smarty instance

function parseMail($tpl){
    //parse...
   $tpl->assign("VAR",$var);
    return $tpl->fetch("moo.tpl");
}


$parsedMail=parseMail($tpl);
//write parsedMail to db...


anyone tried anything?
thanks in advance dudes!
Back to top
View user's profile Send private message
AZTEK
Smarty Pro


Joined: 16 Apr 2003
Posts: 235
Location: Purdue University

PostPosted: Mon Feb 02, 2004 5:52 pm    Post subject: Reply with quote

http://smarty.php.net/manual/en/api.fetch.php
_________________
"Imagine a school with children that can read and write, but with teachers who cannot, and you have a metaphor of the Information Age in which we live." -Peter Cochrane
Back to top
View user's profile Send private message Visit poster's website
major7
Smarty n00b


Joined: 24 Jul 2003
Posts: 4

PostPosted: Tue Feb 03, 2004 10:47 am    Post subject: Reply with quote

thanks mate!
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 -> Tips and Tricks 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