用 PHP 编写个人博客

发布于 2024-10-13 05:31:05 字数 1432 浏览 8 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(6

败给现实 2024-10-20 05:31:05

我(以及 PHP 社区的大多数人)创建了许多 PHP 博客,有些有框架的帮助,有些没有框架的帮助。我认为您不应该从框架开始,并且绝对不应该让自己对 WordPress 的复杂性感到困惑。
我相信先理解再实施。首先学习如何从头开始编写博客。一旦您理解并能够编写代码,就可以学习一个框架(例如 CodeIgniter、CakePHP、Kohana)。该框架将大大加快开发过程,并且在必须从头开始编写所有内容之后,您将真正能够体会到框架的好处。凭借您的深入理解,您还可以扩展博客的功能。
有些人可能会说我建议你先跑再走。但我认为,如果你从一开始就拄着拐杖走路,你将永远无法自己跑步,甚至无法行走。

I (along with most of the PHP community) have created many PHP blogs, some with and some without the aid of a framework. I think you shouldn't start with a framework and you definitely shouldn't confuse yourself with the complexities of Wordpress.
I believe in understanding before implementing. First learn how to code a blog from scratch. Once you understand and can code this, then learn a framework (such as CodeIgniter, CakePHP, Kohana). The framework will speed the development process up quite a bit, and after having to code everything from scratch you will truly be able to appreciate the benefits of a framework. With your deep understanding, you will also be able to expand on your blog's functionality.
Some may argue that I am proposing that you run before you walk. But I argue that if you walk with a crutch from the start, you will never be able to run or even walk on your own.

云裳 2024-10-20 05:31:05

博客是几乎所有 PHP 框架的演示应用程序。数以万计的人用 PHP 编写了博客。大约 3000 万人还在 WordPress 上运行他们的博客,WordPress 是用 PHP 编写的。

A blog is the demo app for virtually every PHP framework out there. Tens of thousands of people have written blogs in PHP. Some 30 million people also run their blogs on WordPress, which is written in PHP.

甜`诱少女 2024-10-20 05:31:05

好吧,首先,编写一个好的自定义 CMS 系统很困难。我首先建议您制作一个 Wordpress 博客和自定义主题,然后尝试 Movable Type,然后尝试使用 Cake PHP 创建自己的字体 a> 如果你愿意的话。如果您真的想自己编写代码,祝您好运。

Okay, well first of all, writing a good custom CMS system is hard. I would first recommend you to make a Wordpress blog and a custom theme, then try Movable Type, then try to create you own using Cake PHP if you feel like it. If you really want to code it yourself, Good Luck.

小嗷兮 2024-10-20 05:31:05

Wordpress 是用 PHP 编写的,您可以从那里开始。

Wordpress is written in PHP, you can start there.

鲜肉鲜肉永远不皱 2024-10-20 05:31:05

尝试 Cake PHP 框架博客教程。很不错。 15 个视频,您将掌握基本知识。

try this blog tutorial for cake php framework. Very nice. 15 videos and you will the basic ground.

梦幻之岛 2024-10-20 05:31:05

嗯,对于个人博客,上面每个人都说 Wordpress 是最好的。是的。Wordpress 是用 php 编写的。在 WordPress 中,有自定义 CMS,您可以轻松地自定义您的博客。最重要的是,Wordpress 还具有响应式功能太。所以您可以轻松地从任何设备打开您的网站

Well,for personal blog , in above every one said that Wordpress is the best .yes it is.Wordpress is written in php .In wordpress have custom CMS by that you can easily customize your blog .Most important thing is that Wordpress have also responsive too .So you can easily open you site from any device

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