<?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 13:10:10 -0500</pubDate>
    <ttl>30</ttl>
    <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>
    <item>
      <title><![CDATA[IBM developerWorks: Build a Web service with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5435</guid>
      <link>http://www.phpdeveloper.org/news/5435</link>
      <description><![CDATA[<p>
Web services are a great way to link machines and provide data out to a needy public (whether that be internal or external), but getting started with them can sometimes be confusing. Thankfully, there's tutorials <a href="http://www-128.ibm.com/developerworks/edu/os-dw-os-php-webservice.html?S_TACT=105AGX01&S_CMP=HP">like this one</a> from IBM developerWorks to help things along.
</p>
<quote>
<i>
This tutorial is for PHP programmers that would like to jump on the Web services bandwagon by creating a Web service in PHP. You'll build a Web service by building a SOAP server in PHP. The Web service you will create will be a vehicle lookup service that takes in queries based on make, model, and year.
</i>
</quote>
<p>
There's many different methods one can use to handle the messages for a web service - they <a href="http://www-128.ibm.com/developerworks/edu/os-dw-os-php-webservice.html?S_TACT=105AGX01&S_CMP=HP">decided on</a> SOAP. Obviously, you'll need a working PHP install on an Apache web server before even getting started, and they use a database (Apache Derby) to handle the data on the backend. You'll need to login/create a login to get into it, but once you do, you can follow their steps to the creation of an example client and server for the web service:
<ul>
<li>Overview and Setup
<li>Simple SOAP server in PHP
<li>Derby: Setting Up
<li>Architecting the user interface
<li>The client
<li>The server
</ul>
</p>]]></description>
      <pubDate>Wed, 24 May 2006 06:05:12 -0500</pubDate>
    </item>
  </channel>
</rss>
