FOSCommentBundle功能包:指南索引页

简介:

Getting Started With FOSCommentBundle

Installation(安装)

Installation is a quick (I promise!) 4 step process:

安装只需要

  1. Setting up the bundle(安装功能包)

  2. Create your Comment and Thread classes(创建您的评论和线索类)

  3. Importing FOSCommentBundle routing(导入FOSCommentBundle路由)

  4. Enable comments on a page(在页面中启用评论)

Optional next steps(可选的下一步)

The following steps are optional and the order doesn't matter:

下面步骤是可选的,顺序无关紧要:

Any problem?

有问题?

Check our FAQ.

检查我们的 FAQ.


TODO:

下一步:

  • Spam detection

  • 垃圾防护

  • Comment tree sorting

  • 评论树分类



本文转自 firehare 51CTO博客,原文链接:http://blog.51cto.com/firehare/1256614,如需转载请自行联系原作者
相关文章
|
9月前
|
JSON 前端开发 JavaScript
BootStrap框架下使用JS动态加载table并点击相关列弹出二级页面
在这里记录一下,也是在公司用到的一个例子,刚刚解决,正好趁热打铁。前端页面是采用BootStrap框架搭建的,主要的样式涉及到项目,在这里就不截图了,直接上代码:
86 1
|
API 索引
nuget.org 无法加载源 https://api.nuget.org/v3/index.json 的服务索引
原文:nuget.org 无法加载源 https://api.nuget.org/v3/index.json 的服务索引 今天添加新项目想添加几个工具包,打开NuGet就这样了  发生错误如下: [nuget.org] 无法加载源 https://api.nuget.org/v3/index.json 的服务索引。
7852 0