Home >Backend Development >PHP Tutorial >用ThinkPHP怎样开发api?

用ThinkPHP怎样开发api?

WBOY
WBOYOriginal
2016-06-06 20:08:511380browse

我看到thinkphp的框架中有个api的框架,我想知道怎样才能使用到它?

用Thinkphp开发api的时候,必须包涵哪些文件?

我想到一种方法是:
使用thinkphp的数据库操作与控制器,通过控制器返回数据,不需要使用视图模版,如果是这种情况的话,必须包涵哪些文件?(我希望尽量把那些用不到的文件删除掉)。

回复内容:

我看到thinkphp的框架中有个api的框架,我想知道怎样才能使用到它?

用Thinkphp开发api的时候,必须包涵哪些文件?

我想到一种方法是:
使用thinkphp的数据库操作与控制器,通过控制器返回数据,不需要使用视图模版,如果是这种情况的话,必须包涵哪些文件?(我希望尽量把那些用不到的文件删除掉)。

用thinkphp5

可以试下上楼推荐的tp5框架,号称为API而生

tp开发api有个restcontroller,看手册专题关于RESTful的讲解,继承restcontroller

Statement:
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