<?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, 04 Dec 2008 11:53:57 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Tutorials: Zend Framework Tutorial]]></title>
      <guid>http://www.phpdeveloper.org/news/10827</guid>
      <link>http://www.phpdeveloper.org/news/10827</link>
      <description><![CDATA[<p>
On the Developer Tutorials site there's a <a href="http://www.developertutorials.com/tutorials/php/zend-framwork-tutorial-8-08-13/page1.html">new tutorial</a> providing an introduction to the popular PHP framework, the <a href="http://framework.zend.com">Zend Framework</a>.
</p>
<blockquote>
I find myself constantly bombarded with questions from students and co-workers I've introduced to the Zend Framework regarding how the different components can come together to form a basic application. I've searched, I have found, I have emailed great tutorials, but still the most common questions are posed "What's should I include in index.php?", "Should I use Zend_Db_Table?", "And what about Zend_Form?"
</blockquote>
<p>
It gives the usual overview of setting up an application and how its all structured but it also includes a specific look at the Zend_Form, Zend_Db_Table, Zend_Registry and Zend_Cache components.
</p>]]></description>
      <pubDate>Thu, 14 Aug 2008 07:52:16 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Tony Bibbs' Blog: Cutting Use of Zend_Log in Half]]></title>
      <guid>http://www.phpdeveloper.org/news/10310</guid>
      <link>http://www.phpdeveloper.org/news/10310</link>
      <description><![CDATA[<p>
<i>Tony Bibbs</i> has posted a <a href="http://www.tonybibbs.com/article.php/Cutting-Use-of-Zend_Log-in-Half">mini-case study</a> about how, at his work, they cut their use of the Zend_Log component of the <a href="http://framework.zend.com">Zend Framework</a> in half:
</p>
<blockquote>
As part of the framework we use at work, we borrow what we feel are the best components out there and logging is a key part of that. Logging should be simple to setup, easy to use and should minimize work on the developer. After all, you are going to do a lot of logging, right?
</blockquote>
<p>
He shows how, with a few changes to how they log (creation of a custom logger), it reduces the number of calls to load a Zend_Registry object each time something needs to be recorded. His code is <a href="http://www.tonybibbs.com/article.php/Cutting-Use-of-Zend_Log-in-Half">included</a> in the post along with examples of it in action.
</p>]]></description>
      <pubDate>Fri, 30 May 2008 15:24:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[KillerPHP.com: Zend Framework Components - Part 1]]></title>
      <guid>http://www.phpdeveloper.org/news/9255</guid>
      <link>http://www.phpdeveloper.org/news/9255</link>
      <description><![CDATA[<p>
On the KillerPHP.com website, there's <a href="http://www.killerphp.com/articles/zend-framework-components-part-1/">this new post</a> starting off a new series (by <i>Jonathan Lebensold</i>) talking about the different components of the <a href="http://framework.zend.com">Zend Framework</a>.
</p>
<blockquote>
When Stefan asked me to write about the Zend Framework, I decided I would avoid copy-able code, simply because it doesn't re-enforce good software design. [...] The following is a brief summary of 4 components in the Zend Framework: Zend_Loader, Zend_Log, Zend_Config and Zend_Registry.
</blockquote>
<p>
For each of the four components, he looks at how they can be used (reason why), some good and bad things about them and he includes some pseudocode to show the format for its use.
</p>]]></description>
      <pubDate>Mon, 17 Dec 2007 12:01:00 -0600</pubDate>
    </item>
  </channel>
</rss>
