天天看点

微擎开发(module.php)

使用
public function settingsDisplay($settings)
    {
        global $_W, $_GPC;
        if (checksubmit()) {
            $dat = array('title' => $_GPC['title'], 'info' => $_GPC['info'], 'shareimg' => $_GPC['shareimg']);
            $this->saveSettings($dat);
            message('保存成功', 'refresh');
        }
        include $this->template('setting');
    }
           
调用:
$title = $this->module['config']['title'];
$txt = $this->module['config']['info'];
           
功能介绍

http://s.we7.cc/index.php?c=wiki&do=view&id=1&list=385