使用自己的 PHP MVC 框架实现自己的博客引擎
我正在使用自己的 PHP MVC 框架编写一个网站。我想实现一个博客引擎,允许具有丰富的文本格式化功能,插入图片等。但是,我以前从未做过博客引擎,因此希望获得一些关于最佳实践的指针/提示。非常感谢!
I'm coding a website using own PHP MVC framework. I would like to implement a blogging engine that would allow to have rich text formatting capabilities, insert pictures, etc. I have however never done a blogging engine before so would appreciate some pointers / tips as to the best practices of doing it. Many thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要的东西已经被发明出来,并且已经被整个社区完善/调试过了。
谷歌TinyMCE,这将帮助你走上你的道路。
What you're wanting has already been invented and has been refined/debugged well by an entire community.
Google TinyMCE, and that will help you on your path.