Migrating pure PHP project to Yii framework

前端 未结 5 1626
北恋
北恋 2020-12-04 18:21

I have almost completed a PHP project, using MVC, jQuery and Ajax. It is pure PHP project. I don\'t use any frameworks in the code right know. I would like to change that.

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-04 19:20

    I actually recently converted a MVC pattern website I had built from the ground up into Yii. It did take some time to set it all up but in all honesty it was well worth it. I was able to throw away a lot of code because there were already Yii extensions doing what I needed. I would also suggest that you keep your database because you can create the controllers and Models using Gii which will save you a ton of time.

提交回复
热议问题