Questions asking us to recommend or find a tool, library or favorite 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 和您的相关数据。
发布评论
评论(5)
尝试一个框架,例如 CakePHP 或 Symfony。几乎所有框架都为应用程序的后端部分提供脚手架。这是蛋糕方式,这是Symfony 方式。
Try a framework, like CakePHP or Symfony. Almost all frameworks offer scaffolding for the backend part of the app. Here's the Cake way, and here's the Symfony way.
Symfony(使用 Propel 或 Doctrine)可能正是您所需要的:定义表格并他们的关系,它将为他们生成模型,从中它可以再次生成管理列表/添加/编辑表单。
Symfony (using Propel or Doctrine) may have just what you're looking for: define the tables and their relationships, and it will generate the models for them, from which it can again generate admin listing/add/edit forms.
尝试 XataFace
我将它用于我的网站,它工作正常(至少在您想要太多自定义之前)
Try XataFace
I used it for my websites and it works ok (at least until you want too much from customization)
尝试 Symphony 获取代码或 Modubiz 仅用于配置。
Try Symphony for code or Modubiz for just configuration.
表格和页面?这肯定是前端,不是后端?
您可能想看看 phpeanuts、phpformgen、phplens、dhtmlxgrid(注意,还有其他免费的 ajax 数据网格 - 但我没有经常使用它们)
C.
Forms and pages? Surely this is front-end, not back-end?
You might want to have a look at phpeanuts, phpformgen, phplens, dhtmlxgrid (NB there are other free ajax data grids - but I've not played with them much)
C.