Doctrine - 在 Textarea 中插入 MySQL 数据库时保留换行符?
我将 Doctrine 用于 CMS 类型的应用程序。目前在文本区域中,数据正在写入 MySQL 数据库,而没有保留任何换行符(数据库中没有出现“\n”)
如何让 Doctrine 保留换行符?
Im using Doctrine for a CMS type of app. Currently in textareas, the data is being written to the MySQL database without any of the line breaks being preserved (no '\n' are appearing in the DB)
How do I make Doctrine preserve the line breaks?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不能说我曾经见过这种情况发生。您确定换行符实际上不存在吗?
请记住,在以 HTML 形式输出内容时要通过
nl2br()
来运行它Can't say I've ever seen this happen. Are you sure the line breaks aren't actually there?
Remember when outputting the content in HTML to run it through
nl2br()