REST API in PHP output to JSON file extension

前端 未结 3 1405
走了就别回头了
走了就别回头了 2020-12-29 16:39

So I want to write a REST API in PHP for JSON for consumption on the iPhone, but also a lot of websites and devices. I have the below code, when accessed via a GET statemen

3条回答
  •  庸人自扰
    2020-12-29 17:12

    Welcome to SO. Have you considered using the Zend framework for this application? I've written about this topic before, and if you do use Zend I could probably be of additional help. It would certainly help get you past the basics.

    HTH,

    -aj

提交回复
热议问题