【问题标题】:Parse.com php sdk: Show image stored in ParseParse.com php sdk:显示存储在 Parse 中的图像
【发布时间】:2015-12-10 19:24:17
【问题描述】:

我正在使用 Parse.com 和与 codeigniter 框架集成的 php sdk。我有 ParseFile 信息,但如何在不下载的情况下使用它来显示用户的图像?

[userImage] => stdClass Object
    (
        [__type] => File
        [name] => tfss-1039551f-09e7-4a92-9ad4-4c08fa47c040-file
        [url] => http://files.parsetfss.com/4ffd6401-f550-4298-bea4-c7618ad44e57/tfss-1039551f-09e7-4a92-9ad4-4c08fa47c040-file
    )

无论如何我可以用它来显示用户的图像吗? 我将这个库 https://github.com/st028/codeigniter-parse.com-library 用于我的 codeigniter 框架

【问题讨论】:

    标签: php codeigniter parse-platform pffile


    【解决方案1】:

    您可以在 img 标签中使用该网址。 #FACEPALM#

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2014-01-08
      • 2018-01-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-03-15
      • 1970-01-01
      相关资源
      最近更新 更多