|
Posted by Drakazz on 05/18/06 23:53
> Smarty is an interesting solution to the problem of separating code from
presentation (HTML), but IMO it doesn't make code look nicer or
increase
flexibility.
:)))))))
LOL
Templating engines are used to separate the actual application code
from the output. This allows greater deal of flexibility as well as if
OOP is added.
If you're wasting time makign a redesign, then it's your skills,
showing that your site is not flexible.
Using a template engine i can quiackly redesign the HTML code and CSS
without any problems.
In order for you to do anything, you'll need to edit yoru PHP scripts.
Smarty is a big advantage over others because it is much faster and
caching can be enabled too.
More info @ http://smarty.php.net/
Navigation:
[Reply to this message]
|