简体   繁体   English

Parse.com iOS应用程序的PHP管理员

[英]PHP Admin for Parse.com iOS apps

Is it possible to create a web app, that access to a Parse hosted iOS app's database and can write it? 是否可以创建一个Web应用程序,该应用程序可以访问Parse托管的iOS应用程序的数据库并可以编写该数据库?

For example, i have an app where users share different content and every content can be marked as spam. 例如,我有一个应用程序,用户共享不同的内容,每个内容都可以标记为垃圾邮件。 If a user marks the content as spam i add it to a Parse class where i store all of the spam contents. 如果用户将内容标记为垃圾内容,则将其添加到Parse类中,在其中存储所有垃圾内容。 I would like to create an "admin" page with php that lets me to check the marked posts and delete them if it's spam. 我想用php创建一个“管理”页面,使我可以检查已标记的帖子,如果它是垃圾邮件则将其删除。

So i would like to retrieve data from an iOS Parse app, and delete it inside the web browser at myexamplepage.com/admin-to-delete-spam. 因此,我想从iOS Parse应用程序检索数据,然后在网络浏览器中的myexamplepage.com/admin-to-delete-spam上将其删除。

You can create an Admin interface using HTML/JavaScript, just look at the JavaScript section of the documentation . 您可以使用HTML / JavaScript创建管理界面,只需查看文档JavaScript部分 Everything (almost) that you can do in iOS is available in JavaScript too. 您在iOS中可以执行的所有操作(几乎)也都可以在JavaScript中使用。

Personally I like to tie it together with the free parts of KendoUI to make it easier to build lists and data-bind things. 我个人比较喜欢将它与KendoUI的免费组件结合在一起,以使构建列表和数据绑定的东西变得更加容易。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM