<?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, 19 May 2013 18:12:21 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: New Yahoo! Pipes PHP serialized output renderer]]></title>
      <guid>http://www.phpdeveloper.org/news/9924</guid>
      <link>http://www.phpdeveloper.org/news/9924</link>
      <description><![CDATA[<p>
As <a href="http://devzone.zend.com/article/3355-Yahoo-Pipes-adds-Serialized-PHP-support">mentioned</a> on the Zend Developer Zone and by <i>John Herren</i>, Yahoo! has added a new feature to its Pipes functionality - <a href="http://jhherren.wordpress.com/2008/04/03/yahoo-pipes-adds-support-for-serialized-php/">serialized PHP results</a>.
</p>
<blockquote>
Until now JSON output has been the only way to obtain all the data flowing through a Pipe. Starting today we've added a second way of getting all the data - serialized PHP Pipe output. [...] It's then up to you on how you want to display or use the Pipe data. The possibilities are endless.
</blockquote>
<p>
If you haven't messed with <a href="http://pipes.yahoo.com/">Yahoo's Pipes</a> system, you owe to it to yourself to at least go and play with it for a little bit.
</p>]]></description>
      <pubDate>Mon, 07 Apr 2008 12:05:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stubbles Blog: Some remarks to serialization without pity]]></title>
      <guid>http://www.phpdeveloper.org/news/7485</guid>
      <link>http://www.phpdeveloper.org/news/7485</link>
      <description><![CDATA[<p>
In response to <a href="http://terrychay.com/blog/article/object-serialization-without-pity.shtml">Terry Chay's response</a> about his <a href="http://www.phpdeveloper.org/news/7453">previous blog post</a>, <i>Frank Kleine</i> has posted <a href="http://www.stubbles.org/archives/13-Some-remarks-to-serialization-without-pity.html">a few more comments</a> on the topic of object serialization and some of the assertions <i>Terry</i> made.
</p>
<blockquote>
<a href="http://terrychay.com/blog/article/object-serialization-without-pity.shtml">Terry Chay</a> made some remarks to <a href="http://www.stubbles.org/archives/12-Lazy-loading-of-classes-stored-in-a-session-without-__autoload.html">my last blog entry</a> about a solution for lazy class loading without using __autoload(). Some of his statements seem like I explained my implementation not good enough leading to wrong interpretations. In this blog entry I'll use some of his statements to take a deeper look into my implementation and show that he has drawed some conclusions which I want to disprove.
</blockquote>
<p>
He <a href="http://www.stubbles.org/archives/13-Some-remarks-to-serialization-without-pity.html">goes back</a> and corrects some of what <i>Terry</i> has said in his response, including showing a more detailed version of him implementation. Be sure to check out the comments for the post, though - <i>Terry</i> comes back and clarifies some of the comments he'd made including the framework talk and changes of perspective having seen the new code snippet/information.
</p>]]></description>
      <pubDate>Thu, 22 Mar 2007 10:39:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Yahoo! Sends Serialized PHP Love]]></title>
      <guid>http://www.phpdeveloper.org/news/4883</guid>
      <link>http://www.phpdeveloper.org/news/4883</link>
      <description><![CDATA[It seems that Yahoo! has posted their latest effort to help developers of web applications world-wide - the <a href="http://developer.yahoo.net/php">Yahoo! PHP Developer Center</a>.
<p>
There are already several links to articles (HowTos on creating REST web services) and links to other code examples using the service. Along with this release, they also note that:
<p>
<quote>
<i>
...many of their web services now return serialized PHP
(<a href="http://developer.yahoo.net/common/phpserial.html">developer.yahoo.net/common/phpserial.html</a>). PHP developers will now be able to consume these web services even more easily than before. Yahoo!'s Search, Maps, and Travel REST web services now return serialized PHP by simply adding the "output=php" parameter to any web services request.

</i>
</quote>
<p>
The example of this feature has been given in the form of a search for PHP-related podcasts: <a href="http://api.search.yahoo.com/AudioSearchService/V1/podcastSearch?appid=YahooDemo&query=PHP&results=5&output=php">link here</a>. The resulting output can then be used in a PHP application through the use of the unserialize function.
]]></description>
      <pubDate>Wed, 22 Feb 2006 15:17:00 -0600</pubDate>
    </item>
  </channel>
</rss>
