<?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, 23 May 2013 12:51:44 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[IBM developerWorks: U2 PDO Driver Tutorial, Parts 1 & 2]]></title>
      <guid>http://www.phpdeveloper.org/news/7049</guid>
      <link>http://www.phpdeveloper.org/news/7049</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/node/view/id/1485">a new post</a> today that points out a two part series from the IBM developerWorks pages that covers the creation and use of a U2-PDO driver.
</p>
<blockquote>
The PHP Data Objects (PDO) extension provides a lightweight, convenient means for accessing databases in PHP. In this article, you'll learn how to write a PDO driver for U2 using the U2 native interface, InterCall. With this PDO driver, U2 users can develop PHP applications that access U2 data quickly and easily.
</blockquote>
<p>
<a href="http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0612xia/">Part one</a> gives a brief introduction to PHP Data Objects followed by a look at the U2 InterCall Interface to prepare the reader. Then it's into the code - first the code to access the InterCall interface (the main part of the tutorial), then compiling PHP with the extension, and finally testing it out. They also include a few more testing examples you can use to understand a bit more how it all works.
</p>
<p>
<a href="http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0701xia/index.html?ca=drs">Part two</a> picks right up where part one left off and starts the development of a sample application consisting of a simple login screen and a file listing that, using Ajax, grabs the details about a file and displays them to the browser. 
</p>
<p>
<i>Cal</i> also suggests you check out <i>Sara Golemon</i>'s tutorials (<a href="http://devzone.zend.com/node/view/id/1021">part one</a>, <a href="http://devzone.zend.com/node/view/id/1022">part two</a>, and <a href="http://devzone.zend.com/node/view/id/1024">part three) to get you up to speed on extension writing if you're new to the game.
</p>]]></description>
      <pubDate>Mon, 08 Jan 2007 11:46:00 -0600</pubDate>
    </item>
  </channel>
</rss>
