本配置文件用于模块的附加属性,例如模块电话、联系人、售价等等参数,形如:

image.png


增加文件diy/app/模块目录/templates/my/config.html

<div class="form-group ">
    <label class="col-md-2 control-label">测试属性:</label>
    <div class="col-md-9">
        <input class="form-control input-xlarge" type="text" name="data[setting][test]" value="{$data.setting.test}">
        <span class="help-block">测试提示文</span>
    </div>
</div>


前端调用方式:

{$ci->get_cache('module-'.SITE_ID.'-模块目录', 'setting', 'test')} test是你的自定义名称


文档最后更新时间:2018-12-19 11:43:48