


data-id="1190000004955144">
In the past six years, I have been using PHP open source systems to do projects, such as drupal, joomla, wordpress, magento, etc. Although I have also been exposed to mainstream frameworks, there are not many. Maybe I have some biases. I think simple or medium-difficulty projects should be completed with open source CMS instead of simple PHP frameworks such as thinkphp, ci, cakephp, etc. The reasons are as follows:
Common functions are available in CMS, but there is no value in developing them.
Member functions, data addition and deletion checking, permissions, article management, SEO, etc. are all very common, and the value of being developed is zero. Many mainstream PHP frameworks do not even provide a backend, and they must spend time developing the backend. This is undoubtedly reinventing the wheel. thinkphp can be said to be the most used in China, but can these common functions be downloaded and used? There is not even a component sharing platform and it is impossible to accumulate development results. In comparison, how much faster can thinkphp be than CMS?Development quality issues
There are often two important reasons for using thinkphp to do projects. One is that it is easy to develop; the other is that it is simple and easy to find someone to maintain. Low threshold will lead to low overall development quality. Although CMS threshold is also low (such as joomla, wordpress), most common functions and components are maintained by the community, and there is not much code to actually write, so the quality is guaranteed by the community. , rather than individual developers. I think everyone who is a boss knows that reliable developers are not easy to find. Relying on the power of the community is the most cost-effective solution. It is impossible for a good PHPer to not learn a simple CMS.Technology accumulation problem
Thinkphp is used by many people, but few people communicate and share the components they have developed. Maybe some people can have a set of thinkphp components that they commonly use, but they can only be used in projects developed by themselves, and No one wants to use other people's components. This is the reason for the technical atmosphere and community. Domestic open source has always lacked community support, so it has not developed much. Go get in touch with the drupal community, which is full of developers who are experienced in drupal. The efficiency of the project from the beginning to UAT is very high. I can conclude that the efficiency is not as high as what you can achieve with thinkphp.The Internet is rapidly iterating
I am an early user of the Internet. When I learned PHP, there was no so-called framework, so developing a useful framework at that time was undoubtedly the best way to improve productivity. But now there is no need to worry about the development of technology without a framework. In order to quickly develop products, more efficient development solutions are imperative. Any needs should be realized more efficiently, and safety and quality must be protected. These requirements are obviously difficult for novices, so thinkphp allows novices to trade hard work for technical gaps. But this is not the spirit of open source. People who have been using thinkphp often have the concept of "I can develop one myself, so why should I learn how to expand the components of an open source system?" As long as it can be used, they do not accept other people's development ideas. , this concept was applied to the production line in the past, and it should be called working behind closed doors.
The above is just a comparison with thinkphp. It does not mean that thinkphp is not good, but the domestic community atmosphere is indeed not high. This prevents us from achieving market dominance in PHP development technology. In fact, we have been led by foreigners. Nose goes. No matter how good a framework is, without strong support from the community, it will be difficult to make it big. No matter how well you use thinkphp, one day a foreign boss may say that a foreign system is very popular and stable, and ask you to use it. You said that your thinkphp technology is very good, but in other people's open source systems, all the community members are very good. Even if you don't work, you can still find people in the community to maintain it. What's the use of you?
drupal has done a good job in communityization, and the localized community already has many members. Don’t stop learning about PHP frameworks. Find out what the mainstream PHP products are. I went to interview a PHP programmer and asked him what he knew. He only knew Thinkphp and a little YII. He had no knowledge of mainstream PHP products. What are extensions? What is a component? What is a plug-in? I have never been exposed to it, so I can still consider myself a PHP programmer.
The above introduces which PHP framework is best to use? frame? It is better to use an open source system, including the PHP framework. I hope it will be helpful to friends who are interested in PHP tutorials.

什么是PHP框架?为什么要使用PHP框架?本篇文章就来和大家聊聊PHP框架的优势,并总结分享11款2023年最流行的PHP框架,希望对大家有所帮助!

随着移动互联网的快速发展和用户需求的变化,消息推送系统已成为现代应用程序不可或缺的一部分,它能够实现即时通知、提醒、推广、社交等功能,为用户和商业客户提供更好的体验和服务。为了满足这一需求,本文将介绍如何使用PHP框架Lumen开发一个高效的消息推送系统,提供及时的推送服务。一、Lumen简介Lumen是由Laravel框架开发团队开发的一个微框架,它是一个

如果想快速进行php web开发,选择一个好用的php开发框架至关重要,一个好的php开发框架可以让开发工作变得更加快捷、安全和有效。那2023年最流行的php开发框架有哪些呢?这些php开发框架排名如何?

在编程中,框架扩展了构建通用软件应用程序的支撑结构。在你开始编码之前,框架就会将程序的基本功能插入到你的应用程序中,从而简化了软件的开发过程。

标题:安全加固PHP框架的实施措施引言:随着互联网的快速发展,安全问题成为了一个不可忽视的挑战。而作为最常用的编程语言之一,PHP的安全性也备受关注。为了提高PHP框架的安全性,我们需要采取一系列的实施措施。本文将介绍一些基本的安全加固措施,并提供相应的代码示例。一、输入过滤和验证1.1XSS(跨站脚本攻击)过滤在PHP框架中,使用htmlspecialc

随着移动互联网的发展,即时通信变得越来越重要,越来越普及。对于很多企业而言,实时聊天更像是一种通信服务,提供便捷的沟通方式,可以快速有效地解决业务方面的问题。基于此,本文将介绍如何使用PHP框架CodeIgniter开发一个实时聊天应用。了解CodeIgniter框架CodeIgniter是一个轻量级的PHP框架,提供了一系列的简便的工具和库,帮助开发者快速

随着云计算技术的不断发展,数据的备份已经成为了每个企业必须要做的事情。在这样的背景下,开发一款高可用的云备份系统尤为重要。而PHP框架Yii是一款功能强大的框架,可以帮助开发者快速构建高性能的Web应用程序。下面将介绍如何使用Yii框架开发一款高可用的云备份系统。设计数据库模型在Yii框架中,数据库模型是非常重要的一部分。因为数据备份系统需要用到很多的表和关

深入探讨swoole协程与PHP框架的结合开发国内的互联网发展迅速,更多的开发者开始寻找高性能的解决方案来满足日益增长的用户需求。在PHP领域,swoole协程是一个备受关注的技术,它可以大幅提升PHP的性能,并且非常适合与PHP框架结合使用。本文将深入探讨swoole协程与PHP框架的结合开发,并附带一些代码示例。一、什么是swoole协程swoole是一


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 Linux new version
SublimeText3 Linux latest version

Dreamweaver Mac version
Visual web development tools
