PHP端,android端,mysql数据库端。。。的简单问题。。。

WBOY
Release: 2016-06-06 20:18:40
Original
1301 people have browsed it

这样的,一个简单的问题。。。

小白我现在在做一个小项目,涉及到,mysql数据库,android端,和php端的开发。。。
想问问大神们,我自己一个做的这个项目,应该是从哪一个先做起来?
是不是先弄好mysql数据库,再到php的接口,最后才是android端吧?
还有,关于一些数据库的访问查询,是写到php接口呢还是直接在数据库中使用函数去做呢?

回复内容:

这样的,一个简单的问题。。。

小白我现在在做一个小项目,涉及到,mysql数据库,android端,和php端的开发。。。
想问问大神们,我自己一个做的这个项目,应该是从哪一个先做起来?
是不是先弄好mysql数据库,再到php的接口,最后才是android端吧?
还有,关于一些数据库的访问查询,是写到php接口呢还是直接在数据库中使用函数去做呢?

一般先完成web部分,再做移动端。

或者更分离一点的开发思想,php只提供数据接口,这样安卓那边也会好做一些,用同一套api。

php和mysql应该是一起进行的,无法割裂。

把逻辑放在php。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template