We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
我想到了一个小框架,它可以帮助您实现简单、安全的用户访问,并帮助您轻松更新创建的数据库数据,它被称为 flourishlib< /a>,我经常使用并看到与小型路由控制器 Moor 一起使用。
这可以帮助您:
$record->populate
自动从提交的表单中获取值并填充值一样简单。请查看我如何页面,快速了解Flourishlib 如何解决常见问题。
更新:我不确定在没有任何配置的情况下,bloomlib 的 ORM 将如何匹配您的数据库方案。如果您遇到问题,论坛上首席开发人员对蓬勃发展的支持非常好。无论如何,你不必使用 ORM。您可以使用繁荣的 fDatabase。或者您可以完全使用其他 ORM。我发现有趣的两个是:
One small framework comes to mind that will help make simple and secure user access and helps you update created database data without much hassel, it is called flourishlib, I've often used and seen used with the small routing controller Moor.
This helps you with:
$record->populate
automatically taking values from a submitted form and populating values.Check out the how do I page for a quick look on how flourishlib solves common problems.
Update: I'm unsure how the ORM of flourishlib will match your database scheme without any configuration. If you have problems the support for flourish by the lead developer at the forums is great. Anyway you don't have to use the ORM. You could use flourishes fDatabase. Or you could use an other ORM entirely. Two I find interesting is:
你确定你需要框架吗?您的任务非常简单,无需框架即可轻松完成。只需组织文件/文件夹布局,添加一些所需的类,就可以开始了。
Are you sure that you need framework? Your task is very simple and it can be easilly done without framework. Just organise files/folders layout, add some needed classes and you are good to go.
你总是可以尝试 SugarCRM
它缺乏一些文档(主要是在编程领域),但我认为它会实现你的目标。
You can always try SugarCRM
It lacks a bit on documentation (mostly in the programming areas), but I think it will accomplish your goals.
最后我实际上选择了Django。使用 ORM 框架创建数据库管理编辑/更新/搜索工具非常容易。
In the end I actually went with Django. It's ridiculously easy to create database management edit/update/search tools using their ORM framework.
我认为你应该尝试一下Lime 调查。
它是一个用 PHP 编写的开源应用程序,以 mySql 作为调查开发和管理样本的后端。
I think you should give a try to Lime survey.
It an open source application written in PHP with mySql as backend for survey development and managing samples.