:-: **課程簡介**
主要內容
基于thinkphp5框架, 為移動端APP開發數據接口
php程序員最常見的工作
1. 為app寫后臺
2. 為app寫接口
### 什么是thinkphp5?
1. thinkphp5 是php框架thinkphp的最新的一個版本
2. [thinkphp官網](http://www.thinkphp.cn/)
3. [thinkphp5手冊](http://www.hmoore.net/manual/thinkphp5/118003)
4. thinkphp的優點
簡單易用
功能齊全
利于擴展
方便學習
開發速度快
教程豐富
### 什么是restful api?
一套api的設計規范
[RESTful API 設計指南](http://www.ruanyifeng.com/blog/2014/05/restful_api.html)
#### 為什么是這種搭配
兼顧api和后臺
php: thinkphp5 + [thinkcmf ](https://demo.thinkcmf.com/index.php?g=admin&m=public&a=login)
python: django + [xadmin](http://sshwsfc.github.io/xadmin/)
本課程用到的工具
php開發環境:[phpstudy](http://phpstudy.php.cn/a.php/211.html) ==> windows + apache + mysql + php
編輯器:[sublime](http://www.sublimetext.com/)
接口測試工具:[postman](https://www.getpostman.com/postman)
數據庫工具:[navicat for mysql](https://www.navicat.com.cn/download/navicat-for-mysql)
### 學會了一門新的框架
### 學會如何為APP提供接口