使用 CakePhp 写博客
我构建了一个 cakePhp 应用程序,现在我正在根据我们的活动创建一个简单的博客(很像 blog.stackoverflow.com)。
CakePhp 最常使用哪些博客插件/软件? WordPress?小博客?
只需一些正确方向的指示就会有所帮助。
I have a cakePhp application built, and now I'm creating a simple blog based on our activities (much like blog.stackoverflow.com).
What blogging plugins / software are most commonly used with CakePhp? Wordpress? lilblogs?
Just a few pointers in the right direction would be helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以安装 Wordpress,然后如果您想创建映射到 Wordpress 表的 CakePHP 模型,然后烘烤控制器等(如果您确实想要的话)。我已经这样做过几次了,这是一种让 CakePHP 渲染最近的 WordPress 文章的简单方法。
阅读书中有关模型的内容,它将告诉您如何构建自定义模型。 http://book.cakephp.org/view/66/Models
You can install Wordpress, then if you want create CakePHP models which map to the Wordpress tables, then bake out the controllers etc if you really wanted to. I've done this a few times, as an easy way to get CakePHP to render recent wordpress articles.
Have a read about Models in the book, which will tell you how to build a custom model. http://book.cakephp.org/view/66/Models
有很多专门针对 cakephp 的应用程序,但是当您进入这个行业时,您确实应该了解免费可用的资源。
尝试这些10个基本博客工具每个博主都应该使用。
There are a lot of applications specific to cakephp but you really should know about the resources that are available for free when you get into this venture.
Try these 10 Essential Blogging Tools for Every Blogger Should Use.