Mobile terminal is currently very popular. What role does PHP play in mobile terminal development? What is the trend of mobile terminal in the future?
lmaster2017-10-27 11:39:02
Future trend UI enhancement (the part that users see, enhancement refers to access speed, effect, experience and content)
What the background can give is speed (part), content (given data, Such as json, xml)
It can be seen that the advantages of php are not very big, so php7 began to move towards strong types, optimizing the bottom layer to improve efficiency, and develop more efficiently
So, as a phper , we need to learn more knowledge, no longer just a TP, conquer the world
PHP中文网2017-10-26 09:58:46
1. In traditional web development, mvc method, view is to return the page, but it must also report an error in the ajax request interface, which returns json
2. In mobile development, the view can be considered as returning json data
3. There are no changes in the model layer and the controller layer. There is no essential difference between returning html and returning json