Instructions for Use-Sina PHP framework pure version 1.1 (with beautiful waterfall stream templates)
1. Xweibo is used in this example. for detailed technical description of this framework, see: Http://x.weibo.com/download.html 2. to use this example, you only need: If memcache is not used, modify the configuration file user_config.php 53. Define ('cache _ ADAPTER ', 'memcache '); -> Define ('cache _ ADAPTER ', 'file '); Modify the application \ controllers \ index. mod. php 11 line $ This-> con = APP: O ('open56client ',"********","******"); -> $ This-> con = APP: O ('open56client', "APPKEY you applied for at 56", "APPSECRET you applied for at 56 "); 3. upload the file to the server to view the result.
- 1. Xweibo is used in this example. for detailed technical description of this framework, see:
- Http://x.weibo.com/download.html
- 2. to use this example, you only need:
- If memcache is not used, modify the configuration file user_config.php 53.
- Define ('cache _ ADAPTER ', 'memcache ');
- ->
- Define ('cache _ ADAPTER ', 'file ');
- Modify the application \ controllers \ index. mod. php 11 line
- $ This-> con = APP: O ('open56client ',"","");
- ->
- $ This-> con = APP: O ('open56client', "APPKEY you applied for at 56", "APPSECRET you applied for at 56 ");
- 3. upload the file to the server to view the result.
|