Well I am just going to start on a new project, it is pretty complex but I need to build it quickly. Over the past few weeks I have been looking at various discussions on the net as to the usefullness of using a template engine.
From what I can see, it's not that much better using templates, it's much more complex trying to use DB information, you have to learn a whole new set of tags and commands, plus you still have all these template tags in your HTML so you may as well have PHP tags in there?!?
Ideally I wanted to make my new development in a modular fashion similar to a PHP-nuke type thing, so I can use blocks to define the position on certain modules etc.
Any ideas or suggestions? Smarty looks ok but the lack of DB support scares me! I mean to simply display a set of results seems like a nightmare!