用于基本 CRM 系统的 PHP / MySQL 框架

发布于 2024-09-26 19:34:13 字数 1539 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

提笔书几行 2024-10-03 19:34:13

我想到了一个小框架,它可以帮助您实现简单、安全的用户访问,并帮助您轻松更新创建的数据库数据,它被称为 flourishlib< /a>,我经常使用并看到与小型路由控制器 Moor 一起使用。

这可以帮助您:

  • 简单且安全的用户访问。支持ACL。
  • 增删改查。
  • 它有ORM实现,所以你不需要在数据层做太多工作。
  • 简单的页面模板。
  • 发布和更新记录就像 $record->populate 自动从提交的表单中获取值并填充值一样简单。
  • 很棒的目录和文件处理。 读取 CSV

请查看我如何页面,快速了解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:

  • Simple and safe user access. Supports ACL.
  • CRUD.
  • It has an ORM implementation, so you don't need to do much work in the data layer.
  • Simple page templating.
  • Posting and updating a record is as simple as $record->populate automatically taking values from a submitted form and populating values.
  • Great dir and file handling. Reading a CSV.

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:

涙—继续流 2024-10-03 19:34:13

你确定你需要框架吗?您的任务非常简单,无需框架即可轻松完成。只需组织文件/文件夹布局,添加一些所需的类,就可以开始了。

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.

你不是我要的菜∠ 2024-10-03 19:34:13

你总是可以尝试 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.

恋你朝朝暮暮 2024-10-03 19:34:13

最后我实际上选择了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.

后来的我们 2024-10-03 19:34:13

我认为你应该尝试一下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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文