<?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>Fri, 24 May 2013 08:10:00 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Gonzalo Ayuso's Blog: PHP and couchDB]]></title>
      <guid>http://www.phpdeveloper.org/news/14193</guid>
      <link>http://www.phpdeveloper.org/news/14193</link>
      <description><![CDATA[<p>
In a recent post to his blog <i>Gonzalo Ayuso</i> has a <a href="http://gonzalo123.wordpress.com/2010/03/15/php-and-couchdb/">brief introduction to CouchDB</a> and how you can use it in your application. Most of the post is made up of code samples showing some of the basic relational database operations translated over to a CouchDB database (found in <a href="http://code.google.com/p/nov-couchdb/">this class</a>).
</p>
<blockquote>
I come from relational database world. <a href="http://blog.oskarsson.nu/2009/06/nosql-debrief.html">NoSQL</a> is new for me. Maybe I'm wrong but I want to use INSERT, UPDATE, DELETE and SELECT statements in CouchDB in the same way I use them in Relational database. The class is focused in the HTTP Document API. There is a great tutorial here that explains the API. Now I'll show the interface I've made to perform the statements with CouchDB.
</blockquote>
<p>
There's examples of both simple and more complex selects, updates and deletes as well as the handling of exceptions via two types he's included support for - NoDataFound and DupValOnIndex.
</p>]]></description>
      <pubDate>Tue, 16 Mar 2010 13:55:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Willbanks' Blog: Performance Tuning Overview]]></title>
      <guid>http://www.phpdeveloper.org/news/9538</guid>
      <link>http://www.phpdeveloper.org/news/9538</link>
      <description><![CDATA[<p>
<i>Mike Willbanks</i> has <a href="http://blog.digitalstruct.com/2008/01/31/performance-tuning-overview/">posted an introduction</a> he's written up giving some helpful hints at tuning your servers and PHP applications for performance.
</p>
<blockquote>
The focus of this post is not to show performance related items to specific PHP frameworks since many bottlenecks actually apply before running the framework itself that should certainly be solved up front. Therefore in this posting I attempt to look at simple items that can be deployed in order to produce finer tuned systems.
</blockquote>
<p>He talks about a few different aspects:</p>
<ul>
<li>PHP Performance Tuning (opcode caching, apc file priming, includes, loops, etc)
<li>RDBMS Performance Tuning (indexes in queries, query caching, archiving)
<li>HTTP Performance Tuning (content compression, css sprites, limit modules, etc)
</ul>]]></description>
      <pubDate>Thu, 31 Jan 2008 11:11:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Daniel Krook's Blog: A DB2 driver for CakePHP]]></title>
      <guid>http://www.phpdeveloper.org/news/7264</guid>
      <link>http://www.phpdeveloper.org/news/7264</link>
      <description><![CDATA[<p>
<i>Daniel Krook</i> has <a href="http://krook.net/archives/179">a quick post</a> about the DB2 driver he's created for the CakePHP framework:
</p>
<blockquote>
<p>
I've just completed the initial version of the IBM DB2 interface that I've written for the CakePHP framework.
</p>
<p>
This driver can also be used with <a href="http://www.ibm.com/developerworks/db2/zones/cloudscape/">IBM Cloudscape</a>, <a href="http://db.apache.org/derby/">Apache Derby</a>, and <a href="http://developers.sun.com/prodtech/javadb/">Sun Java DB</a> because it employs the same <a href="http://pecl.php.net/package/ibm_db2">ibm_db2 PECL extension</a> for connecting to all of these RDBMSes.
</p>
</blockquote>
<p>
Stay tuned to <a href="http://krook.net/">his blog</a> for more details...
</p>]]></description>
      <pubDate>Tue, 13 Feb 2007 07:28:00 -0600</pubDate>
    </item>
  </channel>
</rss>
