Class to integrate emberjs <-> PHP with JSON data

拥有回忆 提交于 2019-12-10 12:08:04

问题


I am looking something like emberjs-data but for PHP?

Longest description: I am looking class in PHP to generate JSON for emberjs in standard format and get this data in emberjs. And with other side, i want send data from emberjs to PHP using the same JSON standard.


回答1:


In fact, you are looking for the PHP equivalent of ActiveModelSerializers.

Did you looked at http://www.phpactiverecord.org/docs/ActiveRecord/Serialization?



来源:https://stackoverflow.com/questions/11528726/class-to-integrate-emberjs-php-with-json-data

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!