View Single Post
Old 12-29-2007, 07:15 PM   #3 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

Quote:
Originally Posted by dzysyak View Post
I can suggest to use php as a template engine. Actually that is reason why php was created. And it works much faster than any template engine.
I've already chosen that instead of what I was trying to do. It's a choice that fits my needs much more better than a separate templating engine (which has many limitations). I used output buffering combined with a very simple class and a few includes to achieve that and it works like a charm. Also, I can take full advantage of PHP, without having to replicate its default functions in any way. But thanks anyways.
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote