Forum Moderators: coopster
The templates are flat files (normally html/xml etc) with a special ascii character inserted into it to designate where I might potentially want to put content or a php include. The administration of the templates and content then stems around the byte offset of that special ascii character in the template file, an approach that although works, doesn't feel to me as ideal.
I'm not interested in templates that run off of databases because of the sheer performance difference (read script time, resource utilization).
Any thoughts/code/projects I should look at for suggestions?
Thanks for listening-
[smarty.php.net...]