<?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>Wed, 19 Jun 2013 23:08:14 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Building Your Own Desktop Notepad Application Using PHP-GTK ]]></title>
      <guid>http://www.phpdeveloper.org/news/11070</guid>
      <link>http://www.phpdeveloper.org/news/11070</link>
      <description><![CDATA[<p>
In <a href="http://www.devshed.com/c/a/PHP/Building-Your-Own-Desktop-Notepad-Application-Using-PHPGTK/">this new tutorial</a> from DevShed, they show how to take that PHP-GTK introductory knowledge a step further and create a simple desktop "notepad" application (corss-platform, of course).
</p>
<blockquote>
If you think building a desktop application such as Notepad is difficult, think again. If you use PHP-GTK, it's almost ridiculously easy. This article will show you how. By the time you're done, you'll have a full cross-platform application in about 100 lines.
</blockquote>
<p>
You need to already have the latest <a href="http://gtk.php.net/download.php">PHP-GTK version</a> installed and have a basic knowledge of how to make an application before you start. All code is included as well as explanations as to where all of the parts go (including a simple find, time/date output, select all and how to tell if the user has modified the contents of the file).
</p>]]></description>
      <pubDate>Tue, 23 Sep 2008 13:07:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: Cross-Platform Database PHP Development]]></title>
      <guid>http://www.phpdeveloper.org/news/8117</guid>
      <link>http://www.phpdeveloper.org/news/8117</link>
      <description><![CDATA[<p>
On PHPBuilder.com today, there's a <a href="http://www.phpbuilder.com/columns/daniel_williams20070621.php3">new tutorial</a> focusing on the development of PHP applications that can be run on different database environments without many changes to the actual application.
</p>
<blockquote>
There are several options available to interact with multiple database engines with PHP, such as Pear DB and MDB2. However, there may instances where you will be required to develop your own custom database interface that connects to many different database engines using a single unified syntax. This article will address the development of a class that will do exactly that. In addition, we will include the ability to replicate data among several databases in real time.
</blockquote>
<p>
They <a href="http://www.phpbuilder.com/columns/daniel_williams20070621.php3">create their own abstraction layer</a> that has the ability to make the connection, replicate data between connections, handle some errors and work with database configuration data. The tutorial shows you how to use the script for three different database types - MySQL, Oracle, and MS SQL.
</p>
]]></description>
      <pubDate>Mon, 25 Jun 2007 11:44:00 -0500</pubDate>
    </item>
  </channel>
</rss>
