首页 >后端开发 >php教程 >module.php微擎开发详解

module.php微擎开发详解

小云云
小云云原创
2018-03-15 09:04:104002浏览

本文主要和大家分享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'];

相关推荐:

zf2 module.php中实现redirect

以上是module.php微擎开发详解的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn