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.

I disagree. It's a piece of cake to enforce by running the data through a class.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to