<?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>Sun, 06 Jul 2008 17:02:30 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Michael Kimsal's Blog: Magento book review found]]></title>
      <guid>http://www.phpdeveloper.org/news/10393</guid>
      <link>http://www.phpdeveloper.org/news/10393</link>
      <description><![CDATA[<p>
In response to <a href="http://www.htmlist.com/development/book-review-phparchitects-guide-to-programming-magento/">another blogger's review</a> of the php|architect "Guide to Programming with Magento", <i>Michael Kimsal</i> has <a href="http://michaelkimsal.com/blog/magento-book-review-found/">posted some clarifications</a>.
</p>
<blockquote>
Starting off with "However, I'm not really the type of person to give accolades unless something is absolutely stellar. As such, this post will primarily be about the shortcomings of the book" I wasn't particularly surprised that there was more of a focus on negatives rather than positives.
</blockquote>
<p>
<i>Michael</i> mentions three topics - the "first to market" point the reviewer makes about different versions of Magento between the book being authored and the release, some of the missing information the reviewer would've liked to see and the complexity of the example module that the reviewer complains is too hard to follow.
</p>]]></description>
      <pubDate>Wed, 11 Jun 2008 14:36:44 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jonathan Snook's Blog: Easier Static Pages for CakePHP 1.2]]></title>
      <guid>http://www.phpdeveloper.org/news/9567</guid>
      <link>http://www.phpdeveloper.org/news/9567</link>
      <description><![CDATA[<p>
<i>Jonathan Snook</i> has <a href="http://snook.ca/archives/cakephp/static_pages_cakephp12/">posted about</a> a method he's using to make the creation/use of static pages in a CakePHP application (or website) simpler.
</p>
<blockquote>
Traditionally in a CakePHP application, to do static pages you have two options: use the built-in Pages controller or set up an empty action in a controller.
</blockquote>
<p>
Feeling that neither of these two options met how he wanted things to work, <i>Jonathan</i> (and <a href="http://cake.insertdesignhere.com/">Nate Abele</a>) developed a class that extends the error handler in the CakePHP framework to handle "missing" actions and controllers. This means that, if an unknown controller/action combo is called, this script will check in its correct location (in the structure of the site) and try to find it to render it.
</p>]]></description>
      <pubDate>Tue, 05 Feb 2008 08:44:00 -0600</pubDate>
    </item>
  </channel>
</rss>
