processor.php
371 Bytes
<?php
/**
* 专题页面模块处理程序
*
* @author 微擎团队
* @url
*/
defined('IN_IA') or exit('Access Denied');
class We7_diyspecialModuleProcessor extends WeModuleProcessor {
public function respond() {
$content = $this->message['content'];
//这里定义此模块进行消息处理时的具体过程, 请查看微擎文档来编写你的代码
}
}