php做web开发和移动开发的区别
为情所困
为情所困 2017-05-16 13:05:58
0
3
462

之前的工作都是拿功能齐备的框架做web后端的开发工作,mvc三层数据传递,可以使用设计模式应对复杂的业务场景。
现在刚开始做移动端的端口开发,感觉功能点很单一,当然实现还是很复杂,但是移动端应该是以快为准吧,现在项目用的是很小巧的框架(CI),没有了view层,相当于直接操作数据库返回数据。

个人理解web开发 就是设计模式+mysql的合理应用。
那移动端开发的核心点集中在哪里?有什么这方面的书籍可以学习?

为情所困
为情所困

reply all(3)
Ty80

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. Model layer, controller There is no change in the layers. There is no essential difference between returning html and returning json

伊谢尔伦

There is no essential difference. If it is the kind of development that separates the front and back of the web, at most you need to add a callback. However, when doing API development, you must have good interface standards. When I was working on the project, I ran into a lot of pitfalls because of the interface standards. .

为情所困

In terms of development, there is no difference. But there is one thing to note about the mobile terminal. To save traffic.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!