News Feed
Jobs Feed
Sections




News Archive
Cody Caughlan's Blog:
Database Migrations for PHP5
September 10, 2007 @ 08:46:00

Cody Caughlan has created a project that brings one of the popular features of Ruby on Rails to the world of PHP5 - database migrations.

One of the cool things I like about Ruby on Rails is the use of "migrations" for maintaining your DB. Migrations have proven to be pretty handy in keeping a local database in sync with the work of other developers. [...] Because migrations are incremental and they are done in a structured manner, it is a great way of pushing out new DB changes to the production database servers.

His framework, Ruckusing Migrations, is a modular framework that makes use of some of the more advanced features of PHP5. It's portable (via an adapter interface) and uses a generic task interface (task files) to load functionality into the framework. There's also plenty of API hooks to allow for a developer to easily create their own custom operations.

Check out the project homepage for more information.

0 comments voice your opinion now!
database migration rubyonrails php5 framework database migration rubyonrails php5 framework


blog comments powered by Disqus

Similar Posts

Code2Learn.com: Generating CSV file using CodeIgniter Framework

DevShed: Generating Web Pages in Multiple Languages with a PHP IP-to-Country Mapping Application

Derick Rethans' Blog: eZ Components 2007.2alpha1

Travis Swicegood's Blog: Repository Pattern in PHP

Nexen.net: PHP Statistics for June 2008


Community Events









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


unittest interview event podcast testing code composer object opinion functional development community zendframework2 api release language tool framework introduction example

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