新增主、子站内容协同功能(网站群)。可选用WS共享数据方式与数据同步方式。对于聚合度不高的主、子站系统,推荐使用WS共享数据方式。
模板使用方法:在模块里按如下方法就可以自动取得数据。js版的暂时还在调试中。
<strong>取子网站zxgga栏目的前N条信息,对于子网站,现只提供取指定栏目按时间降序排序前N条记录的功能</strong>
<br>
<div id="remote_zxgga_5"></div>
<strong>取子网站zxggb栏目的前N条信息</strong>
<br>
对应的配置文件
$remote=array(
'zxgga'=>array('uri'=>'http://localhost:8088/5dcms','location'=>'http://localhost:8088/5dcms/soap/responseremote.php','trace'=>true,'view_label'=>'zxgga','password'=>'1','diplay_url'=>'http://localhost:8088/5dcms/html'),
'zxggb'=>array('uri'=>'http://localhost:8088/5dcms','location'=>'http://localhost:8088/5dcms/soap/responseremote.php','trace'=>true,'view_label'=>'zxggb','password'=>'1','diplay_url'=>'http://localhost:8088/5dcms/html')
//'xyxw2'=>array('uri'=>'http://localhost:8088','location'=>'http://localhost:8088/5dcms/remoteResponse.php','trace'=>true,'password'=>'123456','menu'=>'xyxw2')
//'xyxw2'=>array('uri'=>'http://localhost:8088','location'=>'http://localhost:8088/5dcms/remoteResponse.php','trace'=>true,'password'=>'123456','menu'=>'xyxw2')
);
这步对于不熟悉的用户有界面可操作,不需要手工去写。

