开发者

Script to convert rails model --> cakephp

开发者 https://www.devze.com 2023-02-19 18:23 出处:网络
I am learnin开发者_如何学Cg cakephp after learning rails and I am stunned how similar the frameworks are. I was wondering if there is an automated way to generate models from rails to -->cakephp. I kn

I am learnin开发者_如何学Cg cakephp after learning rails and I am stunned how similar the frameworks are. I was wondering if there is an automated way to generate models from rails to -->cakephp. I know there is the cake bake script, but that will take a long time. (I have about 30 models)


I don't know a script to convert rails models to cakephp models. However, you could try

$ cake bake model all

to generate the models from your database.

0

精彩评论

暂无评论...
验证码 换一张
取 消