What is a django-like framework for PHP with auto-generated CRUD pages? [closed]

可紊 提交于 2019-12-01 08:27:29

Have you tried CakePHP?

Using bake you can generate Models, Views and Controllers with CRUD.
Cake also has a Security component and Access Control Lists (ACL).

Symfony has a great admin generator based on ORM models.

Have a look at QCodo

I've tried a few PHP frameworks and right now the one i find the easiest is Yii.

It doesn't generate CRUD on the fly but does the rest of what you want in a rather simple way. It also has lots of extensions for most of the common jobs.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!