View Single Post
(#3 (permalink))
Old
Wiseguy84 Wiseguy84 is offline
Junior Member
Wiseguy84 is on a distinguished road
 
Posts: 1
Join Date: Feb 2009
Default 02-27-2009, 10:58 PM

You're on the right track with the heredoc format as it does make it somewhat easier to read, however if you have a large amount of html I would suggest that you look at a template engine.

Template engines separate the code from the html very nicely with many advantages (like the ability to use WYSIWYG editors). I myself use smarty ( www.smarty.net ) but there are many others out there.
Reply With Quote