欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

module.php微擎开发详解

程序员文章站 2022-04-13 14:26:18
...
本文主要和大家分享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微擎开发详解的详细内容,更多请关注其它相关文章!

上一篇: linux上安装nginx

下一篇: mysql 备份