Home > Article > Backend Development > Instructions for use - Sina PHP framework pure version 1.1 (with beautiful waterfall flow template)
1. This example uses Xweibo. For detailed technical description of this framework, see:
http://x.weibo.com/download.html 2. To use this example, you only need to do: If memcache is not used, modify line 53 of the configuration file user_config.php define('CACHE_ADAPTER', 'memcache'); -> define('CACHE_ADAPTER', 'file'); Modify file applicationcontrollersindex.mod.php line 11 $this->con = APP::O('open56Client',"********","******"); -> $this->con = APP::O('open56Client',"APPKEY you applied for on 56", "APPSECRET you applied for on 56"); 3. Then upload it to the server to see the results.
|