1

I have a server with PHP support and a MySQL database. Ember.js supports RestAdapter that takes a url to a rest service.

So my question is what is the simplest solution to expose my database as a rest service for Ember.js?

My database is in MySQL and i have PHP support.

4

1 回答 1

1

你试过cakephp吗?我在我的 PHP 时代使用过那个框架,它运行得很好。我还发现了这个关于在 cake 中公开 RESTful api 端点的迷你指南。

如果您使用的是 ember 数据,那么 json 有效负载的外观会有些具体,因此请记住这一点。

于 2013-07-30T06:20:43.020 回答