I don't suggest the use of a template system unless you do need something as 
complex as XSLT. PHP itself works very well for templating. Just write your 
code so that the UI code is sepperate from the logic and everything is neat and 
tidy without adding a layer of complexity. If you want a really clean interface 
then break out your logic into a service that is connected with your UI layer 
by XML-RPC, SOAP, or whatever you're comfortable with. At least that extra 
complexity benefits by making scaling easier and making alternate interfaces 
easier.

--
Michael McGlothlin
Southwest Plumbing Supply

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to