使用說明 - 新浪PHP框架純淨版1.1(附漂亮的瀑布流模板)

WBOY
發布: 2016-07-25 09:06:23
原創
892 人瀏覽過
1、本例子用到 Xweibo,该框架详细技术说明见:
http://x.weibo.com/download.html

2、使用本例子,仅需要做到:
若无使用memcache,修改配置文件user_config.php 53行

define('CACHE_ADAPTER', 'memcache');
->
define('CACHE_ADAPTER', 'file');

修改文件 applicationcontrollersindex.mod.php 11行

$this->con = APP::O('open56Client',"********","******");
->
$this->con = APP::O('open56Client',"你在56申请到的APPKEY","你在56申请到的APPSECRET");

3、然后上传到服务器即可看到结果。

  1. 1、本例子用到 Xweibo,该框架详细技术说明见:
  2. http://x.weibo.com/download.html
  3. 2、使用本例子,仅需要做到:
  4. 若无使用memcache,修改配置文件user_config.php 53行
  5. define('CACHE_ADAPTER', 'memcache');
  6. ->
  7. define('CACHE_ADAPTER', 'file');
  8. 修改文件 applicationcontrollersindex.mod.php 11行
  9. $this->con = APP::O('open56Client',"","");
  10. ->
  11. $this->con = APP::O('open56Client',"你在56申请到的APPKEY","你在56申请到的APPSECRET");
  12. 3、然后上传到服务器即可看到结果。
复制代码


來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板