<?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, 22 May 2013 06:21:10 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Rob Morgan: Getting Started With Phinx]]></title>
      <guid>http://www.phpdeveloper.org/news/18627</guid>
      <link>http://www.phpdeveloper.org/news/18627</link>
      <description><![CDATA[<p>
<i>Rob Morgan</i> has a recent post showing you how to <a href="http://robmorgan.id.au/post/33558666279/getting-started-with-phinx">use Phinx</a>, a PHP-based database migration tool, to handle your database changes (both "up" and "down").
</p>
<blockquote>
Earlier this year I decided to open-source one of my personal software projects - <a href="http://phinx.org/">Phinx</a>. Phinx is a database migration tool (think Ruby on Rails ActiveRecord migrations) where can you describe all of your database transformations in pure PHP. I have used this tool for many of my consulting projects, however it still took a lot of effort to turn it into a re-usable product. In this tutorial I'm going to explain how to install Phinx and use it with a simple guestbook application.
</blockquote>
<p>
He uses <a href="https://github.com/robmorgan/guestbook-tutorial">a sample guestbook</a> project for his example, showing how to get it all installed and how to create a migration that adds a "posts" table. 
</p>]]></description>
      <pubDate>Thu, 18 Oct 2012 12:30:49 -0500</pubDate>
    </item>
  </channel>
</rss>
