Recent comments

In i18n routes with CakePHP 1.3
pierre_martin wrote: Hi everyone and thank you for the feedbacks! Since this article was published, we improved...
In i18n routes with CakePHP 1.3
Mateusz Mucha wrote: Thank you!
In i18n routes with CakePHP 1.3
Piotr wrote: Wow! That's great and usefull. Ways easier than with old methods. I added some code to update...
In i18n routes with CakePHP 1.3
Lee wrote: Once you set $url['lang'] when empty is doesn't update $this-params with the default...
In CakePHP Migrations plugin: easily version and deploy whole applications
Remigijus wrote: When I am trying to run 'migration generate' for first time, my migration file 'up' has value...

Categories

There are no categories to display

RSS Feed

Words of Wisdom from Pierre Martin

  • CakePHP Migrations plugin: easily version and deploy whole applications

    February 05 2010 | Pierre Martin |

    This article is a quick introduction to the Migrations plugin, open sourced a few weeks ago by our company. You will see how simple it is to use the plugin and what you could do with it. I hope this article will show you the benefits of using migrations in your CakePHP applications and make you give it a try right after the reading! Here is a one-sentence description of the plugin: the Migrations plugin allows developers to easily version and automate the creation / update process of any database schema and application data from the command line. For information, CakeDC uses this plugin on its project since several years to make team collaboration and deployment easier. The plugin has been entirely rewritten a few months ago and fully tested (code coverage >95% as always at CakeDC) before being open sourced under the MIT license. It is now available to the community along with its d...

    [ Read More | 0 Comments ]