博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
FOSCommentBundle功能包:设置Doctrine ORM映射
阅读量:6516 次
发布时间:2019-06-24

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

  • 原文出处:

  • 原文作者:

  • 授权许可:

  • 翻译人员:FireHare

  • 校对人员:

  • 适用版本:FOSCommentBundle 2.0.5

  • 文章状态:草译阶段

Step 2a: Setup Doctrine ORM mapping

The ORM implementation does not provide a concrete Comment class for your use,you must create one. This can be done by extending the abstract entities provided by the bundle and creating the appropriate mappings.

ORM实现并不提供为您所用的具体评论类,您必须要创建一个。您可以通过功能包提供扩展抽象实体类并创建适当的映射。

For example:

例如:

还有线索类:

Configure your application(配置您的应用程序)

# app/config/config.ymlfos_comment:    db_driver: orm    class:        model:            comment: MyProject\MyBundle\Entity\Comment            thread: MyProject\MyBundle\Entity\Threadassetic:    bundles: [ "FOSCommentBundle" ]

Or if you prefer XML:

或者您喜爱XML:

# app/config/config.xml

Back to the main step(返回主步骤)

.

转载地址:http://bxafo.baihongyu.com/

你可能感兴趣的文章
js页内查找
查看>>
专家:人工智能可能劫持人机界面
查看>>
[置顶] IT职场法则七条——献给正在努力奋斗的你们
查看>>
一个C++程序
查看>>
T001_QTP之对象库
查看>>
记录一次服务器登录后提示邮件报错550
查看>>
程序员,请停止学习框架!
查看>>
华为P30价格曝光,加入超级光谱镜头 有望登顶DxOMark
查看>>
PC寄存器-方法区
查看>>
Mybatis源码解读-设计模式总结
查看>>
OC中的加密方法(MD5、DES)
查看>>
Android系统下读写Sqlite数据库的源码
查看>>
配置默认路由器
查看>>
ssl证书一年多少钱?
查看>>
关于桌面类软件的测试
查看>>
数据防泄密行业标准
查看>>
用XMODEM恢复cisco3550交换机的ios
查看>>
chroot限制普通用户登录特定目录
查看>>
salt cmd.run 模块
查看>>
MySQL二进制日志的管理
查看>>