Doctrine - 在 Textarea 中插入 MySQL 数据库时保留换行符?

发布于 2024-11-28 16:54:10 字数 112 浏览 1 评论 0原文

我将 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 技术交流群。

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

发布评论

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

评论(1

狼亦尘 2024-12-05 16:54:10

不能说我曾经见过这种情况发生。您确定换行符实际上不存在吗?

请记住,在以 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()

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