CodeIgniter 的 Wiki 应用程序?

发布于 2024-07-26 21:08:01 字数 112 浏览 4 评论 0原文

我正在考虑为某人做一个项目,他们想在他们的网站中实现一个 wiki。 我计划使用 Code Igniter 构建该网站,并且希望有某种可用的 Wiki 应用程序,但我还没有找到。 有谁知道或者有什么建议吗?

I'm looking into doing a project for someone, and they want to implement a wiki into their site. I plan on building the site using Code Igniter, and I was hoping there was some kind of Wiki Application available, but I have not yet been able to find one. Does anybody know of one, or have any suggestions?

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

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

发布评论

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

评论(3

感悟人生的甜 2024-08-02 21:08:01

我了解您可能想学习在 CodeIgniter 中实现大型应用程序。 然而,对于 wiki,不要重新发明轮子! 有大量可用的 wiki 软件供您使用。

用 PHP 编写的一些最好的系统包括:

  • PmWiki
  • dokuwiki
  • MediaWiki(维基百科使用) 通过

这种方式,您可以集成这些制作精良的系统,这些系统拥有丰富的文档,对您有利。 您无需浪费时间从头开始创建整个 wiki,只需将 CodeIgniter 应用程序的其余部分集成到这些现成的产品之一中即可。 为您节省一些时间,了解他们的内部运作方式,并为您的客户/朋友提供更好的整体系统。

I understand that you might want to learn to implement a large-scale app in CodeIgniter. However, in the case of a wiki, don't re-invent the wheel! There are tons of already available wiki software for you to use.

A few of the best that are written in PHP include:

  • PmWiki
  • dokuwiki
  • MediaWiki (used by Wikipedia)

This way you can integrate these well produced systems, which have a wealth of documentation to your advantage. Instead of wasting time creating the entire wiki from scratch, you can just integrate the rest of your CodeIgniter application into one of these ready-made offerings. Saving you some time, learning about their inner workings and giving your client/friend a better overall system.

始终不够 2024-08-02 21:08:01

Expression Engine 基于 CodeIgniter 构建,并包含 wiki 模块。

Expression Engine is built on CodeIgniter and includes a wiki module.

会傲 2024-08-02 21:08:01

它不在 CodeIgniter 中,但您可以将这些类包含在 Text_Wiki PEAR package< /a>.

PEAR 页面的文档几乎为零,但这里似乎有很多信息

这只会将 wiki 标记转换为 html。 您必须自己完成图像上传、页面浏览量、权限等。

It's not in CodeIgniter, but you can include the classes in the Text_Wiki PEAR package.

The PEAR page has almost zero documentation, but there seems to be a lot of information here.

This will just do the conversion of wiki markup to html. You have to do the image uploads, page views, permissions, etc yourself.

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