<?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, 20 Jun 2013 01:32:37 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone:  AJAX Chat Tutorial 4]]></title>
      <guid>http://www.phpdeveloper.org/news/6917</guid>
      <link>http://www.phpdeveloper.org/news/6917</link>
      <description><![CDATA[<p>
The Zend Developer Zone has posted <a href="http://devzone.zend.com/node/view/id/1387">part four</a> of their Ajax Chat Tutorial series (<a href="http://www.phpdeveloper.org/news/6744">part 1</a>, <a href="http://www.phpdeveloper.org/news/6775">part 2</a>, <a href="http://devzone.zend.com/node/view/id/1326">part 3</a>) today focusing on enhancing the structure they've already created.
</p>
<blockquote>
In part 4 of this tutorial we take a look at adding a new MessageAction method to our current Controller. This will expect one piece of information: a new chat message.
</blockquote>
<p>
Of course, plenty of <a href="http://devzone.zend.com/node/view/id/1387">code is included</a> and they show how to work with JSON messages over XML for simplicity's sake (via an updated IndexController).
</p>]]></description>
      <pubDate>Mon, 18 Dec 2006 12:13:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Nefarious Designs: Object-Oriented PHP Part 4: PHP5's Improved Features]]></title>
      <guid>http://www.phpdeveloper.org/news/6183</guid>
      <link>http://www.phpdeveloper.org/news/6183</link>
      <description><![CDATA[<p>
Nefarious Designs continues their object-oriented PHP series with <a href="http://nefariousdesigns.co.uk/archive/2006/08/object-oriented-php-part-4-php5%e2%80%99s-improved-features/">part four</a> posted today, a look at some of the new features that PHP5 brings to the table.
</p>
<blockquote>
<p>
After a welcome break, over the late summer public holiday here in England, here's the final part in my object-oriented PHP series. Sorry about the rather extended pause since "<a href="http://nefariousdesigns.co.uk/archive/2006/08/object-oriented-php-part-3-taking-relationships-further/">Part 3: Taking Relationships Further</a>".
</p>
<p>
Having already looked at definition, relationships and taking those relationships further, I'm going to look at how PHP5's new Object Model introduces more advanced functionality.
</p>
</blockquote>
<p>
In <a href="http://nefariousdesigns.co.uk/archive/2006/08/object-oriented-php-part-4-php5%e2%80%99s-improved-features/">this latest part</a> they look at clas constants, abstract classes, object interfaces, and magic methods (including overloading).
</p>]]></description>
      <pubDate>Thu, 31 Aug 2006 10:29:29 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Understanding the Zend Framework,Part 4: When there is no feed, Zend_HTTP_Client]]></title>
      <guid>http://www.phpdeveloper.org/news/5919</guid>
      <link>http://www.phpdeveloper.org/news/5919</link>
      <description><![CDATA[<p>
The IBM developerWorks site has posted <a href="http://www-128.ibm.com/developerworks/opensource/library/os-php-zend4/">part four</a> of their series looking at the Zend Framework. This latest article focuses on the Zend_HTTP_Client package.
</p>
<blockquote>
<a href="http://www.ibm.com/developerworks/edu/os-dw-os-php-zend3.html">Part 3</a> explains how to use the Zend Framework to construct our online feed reader, Chomp, by creating an interface to subscribe to and read feeds, and to save feed entries into the database. Now you will learn how to use the Zend Framework to incorporate Web sites that do not support RSS feeds into the online feed-reader interface.
</blockquote>
<p>
They <a href="http://www-128.ibm.com/developerworks/opensource/library/os-php-zend4/">work their way through</a> an example of pulling in content from a remote site (one that's feedless). This is an enhancement to the "Chomp" application they've been developing all along, so if you need to catch up, here's the previous parts - <a href="http://www.phpdeveloper.org/news/5701">Part 1</a>, <a href="http://www.phpdeveloper.org/news/5773">Part 2</a>, <a href="http://www.phpdeveloper.org/news/5819">Part 3</a>.
</p>
<p>
They update the indexController, deleteEntryAction, and the saveEntryAction methods to handle this new incoming data and make the needed changes to the views to handle the new output. Finally, they demonstrate how to save the entries pulled in through the Zend_HTTP_Client component.
</p>]]></description>
      <pubDate>Tue, 01 Aug 2006 05:45:56 -0500</pubDate>
    </item>
  </channel>
</rss>
