<?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 17:54:51 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Rob Allen's Blog: Zend Framework Tutorial Update & Autoloader Gotcha]]></title>
      <guid>http://www.phpdeveloper.org/news/12441</guid>
      <link>http://www.phpdeveloper.org/news/12441</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has two new things he's posted in relation to the new <a href="http://www.phpdeveloper.org/news/12439">Zend Framework 1.8 release</a> - an update to his <a href="http://akrabat.com/2009/05/01/zend-framework-tutorial-for-zf-18/">Zend Framework Tutorial</a> and <a href="http://akrabat.com/2009/04/30/zend_loaders-autoloader_deprecated-in-zend-framework-18/">something he came across</a> about the Zend Framework's autoloader.
</p>
<blockquote>
Zend_Loader's autoloader has been deprecated in the upcoming Zend Framework version 1.8 and so you now get [an "autoload is deprecated"] notice if you use it.
</blockquote>
<p>
The fix is simple - just change your call from the static registerAutoload method on the Zend_Loader library to a getInstance call on the new Zend_Loader_Autoloader. You can find out more information about this new component <a href="http://framework.zend.com/manual/en/zend.loader.autoloader.html">here</a>.
</p>]]></description>
      <pubDate>Fri, 01 May 2009 10:21:09 -0500</pubDate>
    </item>
  </channel>
</rss>
