On 8/3/07, Brandon Stout <[EMAIL PROTECTED]> wrote: > I'd recommend not using Smarty since it's a template system for PHP, > which is it's own template system. Don't use a template system for a > template system. Many in this list will express the same opinion about > Smarty when asked.
yes and no... php started its life as a template system. it has since evolved, for better or worse, into a programming language. a template system should separate presentation from business logic. php doesn't. if you use php as a template system there is no way to enforce this separation. that's where a real template system (like Smarty) comes in. that'll be $0.02. justin -- http://justinhileman.com _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
