To any and all..
I'm using the phplib template engine, and what I need to do for one use case is to store a template as a string in the database, ( I have a UI that allows the user to build the template and insert database properties into the template from a picklist this is stored as text in the database ) and then retrieve it at runtime.. ( the templates in this case are assembled with other metadata and then sent out as email ).. I'm not seeing a method in the lib to make a string a template.. I could poke the string into a already defined template object, but there should ( and probably is ) an easier and direct method of doing this..
Any help is appreciated
Paul