<?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, 06 Jul 2008 16:54:30 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Kore Nordmann's Blog: PHPillow - a PHP CouchDB wrapper - Update]]></title>
      <guid>http://www.phpdeveloper.org/news/10256</guid>
      <link>http://www.phpdeveloper.org/news/10256</link>
      <description><![CDATA[<p>
<i>Kore Nordmann</i> has <a href="http://kore-nordmann.de/blog/phpillow_php_couchdb_wrapper.html">posted about</a> a PHP wrapper they've created to lay on top of <a href="http://couchdb.org/">CouchDB</a> - <a href="svn://arbitracker.org/phpillow/trunk">PHPillow</a>.
</p>
<blockquote>
The wrapper is called PHPillow, lays on top of the Couch and offers even more comfort laying anything into the database. :) It has complete API documentation, currently a test coverage of >95%, tutorials and practical examples included. Even I would call it alpha - as CouchDB is still alpha at the current state - you can expect it stay quite stable API wise, as I rely heavily on it in other projects and therefore won't break too much.
</blockquote>
<p>
You can check out the latest version of this wrapper from <a href="svn://arbitracker.org/phpillow/trunk">its subversion site</a> and get more information about CouchDB on its <a href="http://incubator.apache.org/couchdb/docs/overview.html">website</a> and <a href="http://wiki.apache.org/couchdb/">wiki</a>.
</p>]]></description>
      <pubDate>Fri, 23 May 2008 11:18:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Hasin Hayder's Blog: How to make your own springloops in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10053</guid>
      <link>http://www.phpdeveloper.org/news/10053</link>
      <description><![CDATA[<p>
Recently, the <a href="http://springloops.com/">Springloops</a> version control system made its debut on the web and was greeted with both skepticism and interest. One developer, <i>Hasin Hayder</i> decided to look at it from a different angle and worked to <a href="http://hasin.wordpress.com/2008/04/27/how-to-make-your-own-springloops-in-php/">see how easy it would be</a> to reproduce a similar service.
</p>
<blockquote>
<a href="http://springloops.com/">Springloops</a> is a nice code management service recently came into focus. It helps you to manage the code base of your application, monitor the commit and deploy the final version easily to another server. So if you are wondering how to build such a system and how it actually works, this article is for you.
</blockquote>
<p>
He breaks it down into the six main topics (as he sees it) that are the core parts of the system - things like payment gateways, setting up subversion and making it user friendly. He goes through each topic, explaining its place in the application and providing some links to resources to help you set it up (or at least learn more about it).
</p>]]></description>
      <pubDate>Mon, 28 Apr 2008 10:26:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Padraic Brady's Blog: Subversion for the Example Zend Framework Blog Tutorial Series]]></title>
      <guid>http://www.phpdeveloper.org/news/10039</guid>
      <link>http://www.phpdeveloper.org/news/10039</link>
      <description><![CDATA[<p>
Continuing in his series looking at the construction of a blogging application with the Zend Framework, <i>Padraic Brady</i> has posted <a href="http://blog.astrumfutura.com/archives/354-Subversion-for-the-Example-Zend-Framework-Blog-Tutorial-Series.html">a quick new item</a> pointing out the subversion repository for the project if you'd like to follow along:
</p>
<blockquote>
You should all see a few commits commencing at the weekend. Probably all in one go since I largely have a standard skeleton I use already. [The URL is] <a href="http://svn.astrumfutura.org/zfblog/">http://svn.astrumfutura.org/zfblog/</a>.
</blockquote>
<p>
He's working live on it so things might break from time to time, but at least you can keep up with his thoughts and ideas on methods for some of the common blogging tasks.
</p>
<p>
You can find the first two parts of the series here - <a href="http://www.phpdeveloper.org/news/10016">Part 1</a> and <a href="http://www.phpdeveloper.org/news/10030">Part 2</a>
</p>]]></description>
      <pubDate>Fri, 25 Apr 2008 08:48:31 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Hasin Hayder's Blog: Installing PECL subversion extension for PHP in Ubuntu 7.10]]></title>
      <guid>http://www.phpdeveloper.org/news/10012</guid>
      <link>http://www.phpdeveloper.org/news/10012</link>
      <description><![CDATA[<p>
<i>Hasin Hayder</i> has a <a href="http://hasin.wordpress.com/2008/04/21/installing-pecl-subversion-extension-for-php-in-ubuntu-710/">new post</a> to his blog today about trying to set up the PHP extension for interaction between his scripts and the subversion version control libraries on his Ubuntu linux system.
</p>
<blockquote>
I was trying to interact with my subversion repositories using PHP yesterday and I knew that PECL has a extension named "SVN" for PHP users. So I tried to install in in my machine by when I tried to install it with the [following] command it always failed.
</blockquote>
<p>
The trick to his hint is to install the libsvn-dev package (found via a search with apt-get) and installed and compiled in to the PHP installation with <a href="http://pecl.php.net/package/svn">the extension</a>. Sample code is included.
</p>]]></description>
      <pubDate>Tue, 22 Apr 2008 09:48:13 -0500</pubDate>
    </item>
  </channel>
</rss>
