首頁  >  文章  >  後端開發  >  module.php微擎開發詳解

module.php微擎開發詳解

小云云
小云云原創
2018-03-15 09:04:103982瀏覽

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