Home > Article > Backend Development > Why is ERP not developed with PHP?
The full name of ERP is "Enterprise Resource Planning". It involves things that a programmer cannot think of. It takes a lot of time and effort to understand the needs of the business. It includes "purchase, sales and inventory, finance, production management, logistics management, etc." and is the essence of an enterprise. A good ERP can enable enterprises to save a lot of operating costs and improve sales and production capabilities. Can push a corporate culture to this software. PHP can do it, but the efficiency of program execution should not be as good as that of Delphi or C++. If you have to use PHP to do it, it is recommended that the extension be written in C or Delphi. It may be better to use PHP for art and design at the front desk. Program control is a bit easier to handle.
Related recommendations: "Python Getting Started Tutorial"
PHP is more distributed and more convenient to develop.
In fact, many people say that the problem of whether PHP can do ERP lies in the database, but why must PHP use MySQL? If the amount of data is large, you can definitely use PostgreSql. If you have money, you can go one step further and use Oracle...
Speaking of server performance, some better websites have tens of thousands of visits. And how big can the number of visits to ERP be? A hundred would be good.
So, as long as there is a suitable database to bear the data volume and operating pressure, why can't PHP be used to write ERP?
The above is the detailed content of Why is ERP not developed with PHP?. For more information, please follow other related articles on the PHP Chinese website!