이 기사는 주로 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'];
관련 권장 사항:
위 내용은 module.php 마이크로 엔진 개발에 대한 자세한 설명의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!