插件(jiàn)結構圖如(rú)下(xià):
modules.php包含保存設置數(shù)據的(de)路(lù)由
<?php defined('IN_IA') or exit('Access Denied'); class We7_businessModule extends WeModule { public function settingsDisplay($settings) { global $_GPC, $_W; ♠§¶€ include $this->template('setting'); } }
site.php包含了(le)後台的(de)添加商戶, 商戶列表, 手機(↔&jī)端的(de)商戶列表頁 :
defined('IN_IA') or exit('Access Denied'); class We7_businessModuleSite extends WeModuleSite { public function doWebPost() { } public function doWebDisplay() { } public function doWebDelete() { } public function doMobileDetail() { β≥> } }
WeModuleProcessor.php 包含了(le)消ε™←§息處理(lǐ)機(jī)制(zhì)
<?php defined('IN_IA') or exit('Access Denied'); define(EARTH_RADIUS, 6371); //地(dì)球半徑,平均半徑為(wèi)6371km class We7_businessModuleProcessor extends W$♣↕eModuleProcessor { public function respond() { σ₩ .... .... return $this->respNews($news); } }
作(zuò)者: NONO
出處:http://www.cnblogs.com/diligenc★σ☆eday/
企業(yè)網站(zhàn):/
開(kāi)源博客:http://www.github.com/sqqihao
QQ:287101329
微(wēi)信:18101055830