How to setup a CMS as a backend for iPhone app

前端 未结 10 1956
谎友^
谎友^ 2021-02-01 09:36

I would like my iPhone app to get dynamic content off the net. This content should be managed using a CMS. I would like to know in particular if I can setup Drupal or Joomla or

10条回答
  •  心在旅途
    2021-02-01 10:09

    you can use any cms or framework to implement this. you need to make a jsonm api to communicate between app and backend server.

    For php cms joomla, drupal and wordpress are best. in frameworks you can use yii, cakephp, laravel or zend

    hope this helps..

提交回复
热议问题