Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
您尝试过 CakePHP 吗?
使用 bake 您可以使用 CRUD 生成模型、视图和控制器。
Cake 还有一个 安全组件 和 访问控制列表 (ACL)。
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 有一个基于 ORM 模型的出色管理生成器。
Symfony has a great admin generator based on ORM models.
看看 QCodo
Have a look at QCodo
我尝试过一些 PHP 框架,现在我发现最简单的一个是 Yii。
它不会即时生成 CRUD,而是以相当简单的方式完成您想要的其余操作。它还为大多数常见工作提供了许多扩展。
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.