首頁 >後端開發 >php教程 >使用說明 - 新浪PHP框架純淨版1.1(附漂亮的瀑布流模板)

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

WBOY
WBOY原創
2016-07-25 09:06:23904瀏覽
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、然后上传到服务器即可看到结果。
复制代码


陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn