<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 05:15:42 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[SitePoint PHP Blog: Markup Separation with Template IT]]></title>
      <guid>http://www.phpdeveloper.org/news/7621</guid>
      <link>http://www.phpdeveloper.org/news/7621</link>
      <description><![CDATA[<p>
In a <a href="http://www.sitepoint.com/blogs/2007/04/13/markup-separation-with-template-it/">new post</a> to the SitePoint PHP Blog today, <i>Ian Muir</i> shows you how to keep thing separated using the HTML Template IT extension. It helps prevent application functionality and logic from seeping its way into your output.
</p>
<blockquote>
One of the more challenging things I've run into while doing PHP development is effectively separating presentation from program logic. In many projects, I felt I was doing a great job until I had to do a markup change and jump through a lot hurdles to make it happen. In my recent projects, I've starting using the HTML Template IT extension in PEAR, and its made things a lot easier.
</blockquote>
<p>
By way of example, he gives <a href="http://www.sitepoint.com/blogs/2007/04/13/markup-separation-with-template-it/">code blocks</a> - one showing an example template and the other how to populate it with your own data. You can get more information on the extension <a href="http://pear.php.net/package/HTML_Template_IT">from it's PEAR page</a>.
</p>]]></description>
      <pubDate>Fri, 13 Apr 2007 09:42:00 -0500</pubDate>
    </item>
  </channel>
</rss>
