java - What is the future development direction of PHP?
Look at the current trends
The proportion of javascript
in the web front-end is increasing, and with the emergence of many mvc frameworks (backbone
, angular
), many companies choose to use javascript
to implement the logic of front-end display, instead of Originally written php
on the page.
The main reason why PHP flourished before was that it was very convenient to build a web website and it was developed quickly. But javascript
is a more flexible scripting language than PHP, and it is perfect for front-end display PHP
. So the space left for PHP
is just to write the backend data interface?
If this is the case, how much better would it be to use php
to write the backend interface than java
? I personally understand that it is even weaker than java! For example, I use Hadoop to process big data, and then use php
to call the Java interface to get the data? Isn’t it a pain in the ass, why don’t I just use java? Java can do more than php
in big data processing and other aspects.
<code>综上,目前许多大企业还是在用php,比如百度,fb,而且已经积淀很深(正因为积淀深,才不好换?!)。但是假如你是公司的架构师,你还会用php么? </code>
This question has been closed. The reason: The questioner’s understanding of PHP is too little. As a JAVA programmer, he forcibly hacks PHP. It is simply stupid.
Reply content:
Look at the current trends
The proportion of javascript
in the web front-end is increasing, and with the emergence of many mvc frameworks (backbone
, angular
), many companies choose to use javascript
to implement the logic of front-end display, instead of Originally written php
on the page.
The main reason why PHP flourished before was that it was very convenient to build a web website and it was developed quickly. But javascript
is a more flexible scripting language than PHP, and it is perfect for front-end display PHP
. So the space left for PHP
is just to write the backend data interface?
If this is the case, how much better would it be to use php
to write the backend interface than java
? I personally understand that it is even weaker than java! For example, I use Hadoop to process big data, and then use php
to call the Java interface to get the data? Isn’t it a pain in the ass, why don’t I just use java? Java can do more than php
in big data processing and other aspects.
<code>综上,目前许多大企业还是在用php,比如百度,fb,而且已经积淀很深(正因为积淀深,才不好换?!)。但是假如你是公司的架构师,你还会用php么? </code>
First of all, no one stipulates that a programmer can only stick to one language. PHP programmers can spend time switching to other languages. As far as I know, I know many people who started with PHP and then switched to other languages.
Secondly, technology selection is not about choosing the most advanced technology, but the most suitable technology. Not all companies are Baidu and FB. Not all companies can support a large number of people. Mercedes-Benz, BMW and Ferrari are all good cars, but the ones that sell best are economy cars.
Thirdly, PHP has been developed for 10 years, and not all projects are motivated to migrate. Just like the iPhone comes out with new models every year, with more powerful performance and more functions, but not many people follow the new models every year.
Fourth, as hardware performance becomes more and more powerful, prices become lower and lower, and labor costs become higher and higher, scripting languages will only become more and more popular, and compiled languages will only exist in certain specific fields or modules.
I have used node.js myself, and small modules are fine for small projects or large projects. However, once the project is complex, there are many pitfalls, and the development difficulty is higher than that of PHP. Moreover, asynchronous callback is not a panacea and not suitable for all scenarios.
When the level is not enough, the bottleneck is never at the language level.
You should pay more attention to those people in China who have php.net mailboxes and stop talking nonsense. There will be no problems in writing php in ten years
Node develops some slightly larger projects and gets stuck in too many callbacks~~
Hadoop is written in Java, so do we need to use Java to connect Hadoop to handle business?
So mysql is written in C, so we need to use C to connect to mysql to handle business?
Having a front-end to do things that PHP is not good at (SPA/complex page interaction) is of course a great benefit to PHP. The emergence of "front-end development" that did not exist before has helped PHP programmers share the tasks that they were not good at. work
When it comes to replacing PHP, NodeJS is a threat, but the questioner didn’t mention it and I won’t say much
As for Java, it is stronger than PHP in enterprise development and weaker than PHP in Internet development. This situation does not seem to change in the short term, and the change will not be related to the great development of front-end mvc
The article mentioned by the people above is not correct. What lz is talking about is whether more and more business logic will be placed on the front end, and PHP is only responsible for assembling data. It has nothing to do with nodejs. .
In fact, there is this trend, the premise is to take care of security and seo.
It is recommended to take a look at meteor and you will find that the server really does not need to do anything.
php is the best language
Maybe I will still use it, because the Java syntax is too cumbersome, and there are too many callbacks in the JS code, which is messy. I will use PHP to do projects for ten years. After the position of golang is determined, I will switch languages. The new generation of mankind, those born in the 90s , the post-00s, post-10s, prefer real-time web pages, and do not like the message board format that the post-80s likes, which can only display the latest content after refreshing, so js is suitable for the projects of the post-00s. PHP is a patent of the post-80s generation. People cannot escape the fate of being abandoned by history, and one day they will eventually.
For example, to generate a blog post, you can use PHP to output the HTML structure and clear layout for the browser to display, and it is also convenient for search engines to crawl. You have to use JS to access the JSON returned by PHP on the server side, and then use JS to format the output. , the key point is that common search engines can’t capture the data output by these JS, isn’t this causing trouble?
When it comes to HTML preprocessing, JS does not necessarily have an advantage over Hypertext Preprocessor.
Those above who talk about callbacks, I suggest you learn about javascript promise objects
Python is a great method!
I saw people saying there is still room in 10 years
I agree with Xiao Ti’s point of view
From your description, it can be concluded that your technical level should be about 1 to 2 years of work, which is the coding stage. You'd better calm down and study hard.

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

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

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

Hot Topics

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

Java 8 introduces the Stream API, providing a powerful and expressive way to process data collections. However, a common question when using Stream is: How to break or return from a forEach operation? Traditional loops allow for early interruption or return, but Stream's forEach method does not directly support this method. This article will explain the reasons and explore alternative methods for implementing premature termination in Stream processing systems. Further reading: Java Stream API improvements Understand Stream forEach The forEach method is a terminal operation that performs one operation on each element in the Stream. Its design intention is

A string is a sequence of characters, including letters, numbers, and symbols. This tutorial will learn how to calculate the number of vowels in a given string in PHP using different methods. The vowels in English are a, e, i, o, u, and they can be uppercase or lowercase. What is a vowel? Vowels are alphabetic characters that represent a specific pronunciation. There are five vowels in English, including uppercase and lowercase: a, e, i, o, u Example 1 Input: String = "Tutorialspoint" Output: 6 explain The vowels in the string "Tutorialspoint" are u, o, i, a, o, i. There are 6 yuan in total

Java Made Simple: A Beginner's Guide to Programming Power Introduction Java is a powerful programming language used in everything from mobile applications to enterprise-level systems. For beginners, Java's syntax is simple and easy to understand, making it an ideal choice for learning programming. Basic Syntax Java uses a class-based object-oriented programming paradigm. Classes are templates that organize related data and behavior together. Here is a simple Java class example: publicclassPerson{privateStringname;privateintage;

Java is a popular programming language that can be learned by both beginners and experienced developers. This tutorial starts with basic concepts and progresses through advanced topics. After installing the Java Development Kit, you can practice programming by creating a simple "Hello, World!" program. After you understand the code, use the command prompt to compile and run the program, and "Hello, World!" will be output on the console. Learning Java starts your programming journey, and as your mastery deepens, you can create more complex applications.

Capsules are three-dimensional geometric figures, composed of a cylinder and a hemisphere at both ends. The volume of the capsule can be calculated by adding the volume of the cylinder and the volume of the hemisphere at both ends. This tutorial will discuss how to calculate the volume of a given capsule in Java using different methods. Capsule volume formula The formula for capsule volume is as follows: Capsule volume = Cylindrical volume Volume Two hemisphere volume in, r: The radius of the hemisphere. h: The height of the cylinder (excluding the hemisphere). Example 1 enter Radius = 5 units Height = 10 units Output Volume = 1570.8 cubic units explain Calculate volume using formula: Volume = π × r2 × h (4
