PHP/CodeIgniter 的线程消息系统?

发布于 2024-09-06 03:58:26 字数 87 浏览 1 评论 0原文

CodeIgniter 是否有开源线程消息传递库?或者最好在内部创建系统?

我正在寻找一个具有基本的人与人交互、回复、附加等功能的私人消息系统。

Is there an open source threaded messaging library for CodeIgniter? Or is it best to create the system in house?

I'm looking for a private messaging system with the basic person to person interactions, reply, attach etc.

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

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

发布评论

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

评论(3

俯瞰星空 2024-09-13 03:58:26

您可以查看我创建的一个非常受欢迎的库:

http://codebyjeff。 com/blog/2013/02/mahana-messaging-library

具有线程消息、每个用户设置的状态、多语言错误处理、事务和消息。允许用户添加到现有线程并“赶上”完整消息流的功能

You could look at a library I created that's been pretty popular:

http://codebyjeff.com/blog/2013/02/mahana-messaging-library

Has threaded messages, statuses set per user, multilingual error handling, transactions & a feature to allow users to be added to an existing thread and "catch up" on the full message stream

乄_柒ぐ汐 2024-09-13 03:58:26

据我所知,情况并非如此。也许您可以在 PHP 本身 中找到“私人消息传递系统”,并可能将其移植到 CodeIgniter。

或者,如果您想要一个满足您的特定需求的产品,那么是的,您应该在内部创建它。

Not that I am aware of. Perhaps you could find a 'private messaging systems' in PHP itself, and maybe port it over to CodeIgniter.

Alternatively, if you want one for your specific needs then yes, you should create it in house.

找到一个!

CodeIgniter 库可协助处理分层数据,例如线程注释、下拉菜单和嵌套产品类别

https://github.com /vmichnowicz/层次结构

Found one!

CodeIgniter library to assist with hierarchal data such as threaded comments, drop down menus, and nested product categories

https://github.com/vmichnowicz/hierarchy

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