News Feed
Jobs Feed
Sections




News Archive
Rob Morgan:
Getting Started With Phinx
October 18, 2012 @ 12:30:49

Rob Morgan has a recent post showing you how to use Phinx, a PHP-based database migration tool, to handle your database changes (both "up" and "down").

Earlier this year I decided to open-source one of my personal software projects - Phinx. 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.

He uses a sample guestbook project for his example, showing how to get it all installed and how to create a migration that adds a "posts" table.

0 comments voice your opinion now!
phinx database migration tutorial introduction guestbook


blog comments powered by Disqus

Similar Posts

Bence Eros' Blog: Creating an interactive debugger for PHP

Zend Developer Zone: Using GnuPG with PHP

Experts Round Table: HTTP Headers and the PHP header() Function

PHPMaster.com: The Single Responsibility Principle

Joey Rivera's Blog: Facebook Graph API App Easy w/ PHP SDK


Community Events











Don't see your event here?
Let us know!


introduction example opinion testing community podcast tool release interview series phpunit language development zendframework2 functional framework conference application unittest code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework