Adil
DevBest CEO
- May 28, 2011
- 1,278
- 718
Hi. I have a question. How would I write a template engine so that %title% is parsed as $CONF['site']['title];?
I've been wondering on how to do this. One thought that popped to mind is using regex to find and replace the strings, but are there any other ways to do this?
I've been wondering on how to do this. One thought that popped to mind is using regex to find and replace the strings, but are there any other ways to do this?