Can I expose MySQL data using PHP and OData?
Posted
by user359796
on Stack Overflow
See other posts from Stack Overflow
or by user359796
Published on 2010-06-06T17:33:32Z
Indexed on
2010/06/06
17:42 UTC
Read the original article
Hit count: 248
As I understand it, OData is just a standardized way to expose relational data RESTfully. If I've got a PHP application, it should be able to process those RESTful requests and manipulate a MySQL database based on the request data and then return an ATOM feed. First, are the preceeding statements correct? Second, does a PHP library to do this already exist or would I have to create my own?
If I have completely misunderstood these technologies and my question doesn't make sense, please feel free to let me know.
© Stack Overflow or respective owner