使用说明 - 新浪PHP框架纯净版1.1(带漂亮的瀑布
1、本例子用到 Xweibo,该框架详细技术说明见: br / http://x.weibo.com/download.html br / br / 2、使用本例子,仅需要做到: br / 若无使用memcache,修改配置文件user_config.php 53行 br / br / define(CACHE_
1、本例子用到 Xweibo,该框架详细技术说明见:
http://x.weibo.com/download.html
2、使用本例子,仅需要做到:
若无使用memcache,修改配置文件user_config.php 53行
define('CACHE_ADAPTER', 'memcache');
->
define('CACHE_ADAPTER', 'file');
修改文件 application\controllers\index.mod.php 11行
$this->con = APP::O('open56Client',"********","******");
->
$this->con = APP::O('open56Client',"你在56申请到的APPKEY","你在56申请到的APPSECRET");
3、然后上传到服务器即可看到结果。
http://x.weibo.com/download.html
2、使用本例子,仅需要做到:
若无使用memcache,修改配置文件user_config.php 53行
define('CACHE_ADAPTER', 'memcache');
->
define('CACHE_ADAPTER', 'file');
修改文件 application\controllers\index.mod.php 11行
$this->con = APP::O('open56Client',"********","******");
->
$this->con = APP::O('open56Client',"你在56申请到的APPKEY","你在56申请到的APPSECRET");
3、然后上传到服务器即可看到结果。
1、本例子用到 Xweibo,该框架详细技术说明见: http://x.weibo.com/download.html 2、使用本例子,仅需要做到: 若无使用memcache,修改配置文件user_config.php 53行 define('CACHE_ADAPTER', 'memcache'); -> define('CACHE_ADAPTER', 'file'); 修改文件 application\controllers\index.mod.php 11行 $this->con = APP::O('open56Client',"",""); -> $this->con = APP::O('open56Client',"你在56申请到的APPKEY","你在56申请到的APPSECRET"); 3、然后上传到服务器即可看到结果。
精彩图集
精彩文章