Search code examples
phpruby-on-railsframeworksyiiscaffolding

Is there any PHP framework's scaffolding that can generate migration like Ruby on Rails?


In rails, when generating model, migration is created also. I'm wondering any PHP framework can do it also?

I'm trying Yii framework now, but seems like I need to generate the migration manually first then generate a model. (or even a third step to generate CRUD :-/)

Thanks


Solution

  • I suggest you try fuelphp framework (http://fuelphp.com) which has excellent scaffold function as well as other amazing functions. It used PHP 5.3.