Home > Article > Backend Development > How long does it take to write a website in php
How long does it take to write a website in php
Different types of websites have different development cycles. The specifics depend on What functions are implemented depends on the cooperation and proficiency of the programmer. It takes about two to three months from development to delivery, which refers to medium and large projects.
Generally conventional enterprise websites5-7 days, the time for shopping malls or websites with special requirements requires communication and confirmation between both parties.
In addition, just programming does not take much time, but usually PHP code writing is based on a certain class library, or based on an open source framework, which is so convenient, if you rewrite it yourself (for a completely certain Design), which is about 7 days, but testing may take more time, especially the front-end display, which usually requires debugging (CSS compatibility on different browsers), and the program itself does not require a lot of time .
For more PHP related knowledge, please visit PHP Chinese website!
The above is the detailed content of How long does it take to write a website in php. For more information, please follow other related articles on the PHP Chinese website!