<?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, 18 Jun 2013 01:49:01 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Framework Hidden Gems: Zend Plumbing]]></title>
      <guid>http://www.phpdeveloper.org/news/6806</guid>
      <link>http://www.phpdeveloper.org/news/6806</link>
      <description><![CDATA[<p>
<i>Aaron Wormus</i> is back today on the Zend Developer Zone with another in his "Hidden Gems" series. This time, he <a href="http://devzone.zend.com/node/view/id/1294">takes a look</a> at the "Zend Plumbing", those bits of connective code that help you make your Zend Framework applications work.
</p>
<p>
The functionality that he covers in this article are some of the min parts that a lot of ZF coders use every day and might not know it:
<ul>
<li>the Zend class (providing a suite of helper methods)
<li>built in Wrapper functions:
<ul>
<li>loadFile
<li>loadClass
<li>loadInterface
<li>isReadable
<li>dump
<li>exception
</ul>
<li>the Zend registry
</ul>
Each of these is briefly described with some sample code for the loadFile, loadClass, exceptions and the Registry to give you an idea of how to use it all. As always, you can check out <a href="http://framework.zend.com/">the Zend Framework website</a> for all the details on each of these functionality bits.

</p>]]></description>
      <pubDate>Fri, 01 Dec 2006 09:04:00 -0600</pubDate>
    </item>
  </channel>
</rss>
