dongzg2006 2011-04-26 04:05
浏览 50
已采纳

PHP Web服务问题

i need to implement a web service using PHP , i tried WSO2/WSF PHP framework but it was every hard to install on Apache (XAMPP) ... followed many tutorials but i think because of a version problem it doesn't work

is there any frameworks such as WSO2/WSF which can be used to create a web service ?

  • 写回答

1条回答 默认 最新

  • dongsui0929 2011-04-26 04:09
    关注

    There are a lot of PHP frameworks that can be used to create webservices. I prefer to use cakePHP and send the output of my webservice in JSON format (very clean, compact).

    Check out this basic tutorial http://nuts-and-bolts-of-cakephp.com/2008/05/07/json-output-with-cakephp/

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?