博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
FOSCommentBundle功能包:概述
阅读量:5786 次
发布时间:2019-06-18

本文共 1528 字,大约阅读时间需要 5 分钟。

FOSCommentBundle

The FOSCommentBundle adds support for a comment system in Symfony2. Features include:

FOSCommentBundle功能包为Symfony2添加评论系统的支持。功能包含:

  • Manages trees of comments

  • 评论树管理

  • Can include comment threads in any page

  • 在任何页面都能包含评论线索

  • Compatible with any persistence backend. Doctrine2 mongodb-odm and ORM are implemented.

  • 兼容任何持久化后台。Doctrine2 mongodb-odm 和 ORM 都被实现

  • Configurable sorting of the comment tree

  • 可配置的评论树分类

  • REST api

  • REST风格的API

  • Extensible through events fired during the comment lifecycle

  • 在评论生命周期期间可通过事件进行扩展

  • Optional use of Symfony2 Acl to protect comments

  • 可使用Symfony2的Acl来保护评论

  • Optional integration with FOS\UserBundle

  • 可集成FOS\UserBundle(可选)

  • Optional integration with Akismet_

  • 可集成Akismat_(可选)

  • Optional markup parser support (eg HtmlPurifier or php-sundown)

  • 可选的标识解析器支持(如HtmlPurifier或php-sundown)

Note:

注意:

For users of Symfony2.0, you must use the 1.x branch. Master is no longer compatible with Symfony2.0.

对于Symfony2.0的用户而言,您必须使用1.x分支。Master分支不再兼容Symfony2.0。

For users of Symfony2.1, you must use 2.0.0 or higher of this bundle.

对于Symfony2.1用户而言,您需要使用本功能包的2.0.0或再高版本。

Documentation(文档)

The bulk of the documentation is stored in the Resources/doc/index.mdfile in this bundle:

文档的大部分被保存在本功能包的 Resources/doc/index.md 文件中:

Installation(安装)

All the installation instructions are located in .

所有安装说明被放在文档中。

License(许可)

This bundle is under the MIT license. See the complete license in the bundle:

本功能包遵循MIT许可,本功能包的完整许可请参见:

1
Resources/meta/LICENSE
本文转自 firehare 51CTO博客,原文链接:http://blog.51cto.com/firehare/1256605,如需转载请自行联系原作者
你可能感兴趣的文章
使用GitHub的十个最佳实践
查看>>
脱离“体验”和“安全”谈盈利的游戏运营 都是耍流氓
查看>>
慎用!BLEU评价NLP文本输出质量存在严重问题
查看>>
基于干净语言和好奇心的敏捷指导
查看>>
Node.js 2017企业用户调查结果发布
查看>>
JAVA的优势就是劣势啊!
查看>>
ELK实战之logstash部署及基本语法
查看>>
帧中继环境下ospf的使用(点到点模式)
查看>>
BeanShell变量和方法的作用域
查看>>
LINUX下防恶意扫描软件PortSentry
查看>>
由数据库对sql的执行说JDBC的Statement和PreparedStatement
查看>>
springmvc+swagger2
查看>>
软件评测-信息安全-应用安全-资源控制-用户登录限制(上)
查看>>
我的友情链接
查看>>
Java Web Application 自架构 一 注解化配置
查看>>
如何 debug Proxy.pac文件
查看>>
Python 学习笔记 - 面向对象(特殊成员)
查看>>
Kubernetes 1.11 手动安装并启用ipvs
查看>>
Puppet 配置管理工具安装
查看>>
Bug多,也别乱来,别被Bug主导了开发
查看>>