dbo Posted September 18, 2008 Author Share Posted September 18, 2008 Oh, and after I grab the placeholder results from the DB, I do this old trick: extract($page_variable_values, EXTR_PREFIX_ALL, "PH"); which of course effectively populates my template. Quote Link to comment Share on other sites More sharing options...
genericnumber1 Posted September 18, 2008 Share Posted September 18, 2008 I do something very similar for my templates .. except they're included() from a file, not from a DB so it's a bit simpler. Quote Link to comment Share on other sites More sharing options...
dbo Posted September 18, 2008 Author Share Posted September 18, 2008 That's how I've done it in the past. This is just an extension on that. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.