<?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>Thu, 24 May 2012 20:38:59 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Felix Geisendorfer's Blog: Basic CakePHP templating skills]]></title>
      <guid>http://www.phpdeveloper.org/news/6486</guid>
      <link>http://www.phpdeveloper.org/news/6486</link>
      <description><![CDATA[<p>
From the ThinkingPHP blog today, <i>Felix Geisendorfer</i> <a href="http://www.thinkingphp.org/2006/10/11/basic-cakephp-templating-skills/">has shared</a> some of his experience to help those CakePHP users out there that are looking at doing more templating to their applications than just the normal index changes.
</p>
<blockquote>
One of the things I don't see getting to much coverage is how to create good templates when working with CakePHP. Since those are written in plain PHP, this does not apply to CakePHP only. So I'm sure many people have already developed their own style that they are comfortable with and I don't ask for them to change it. However, maybe some people new to the framework / language can benifit by taking a look at the one I'm using.
</blockquote>
<p>
He <a href="http://www.thinkingphp.org/2006/10/11/basic-cakephp-templating-skills/">covers</a> a few different topics: 
<ul>PHP tags
<li>Conditions
<li>Loops
<li>the linebreak issue
<li>avoiding multi-line statements
<li>Creating Zebra striped table rows
</ul>
The code included on some of the points (not the multi-line or the PHP tags items) is simple and is summed up in less than six lines.
</p>]]></description>
      <pubDate>Thu, 12 Oct 2006 07:44:00 -0500</pubDate>
    </item>
  </channel>
</rss>

