我想知道如何从后端面板调用PHP文件。所有这些都应该在mod_.xml文件中完成
<fields name="params">
<fieldset name="basic">
<field
name="myname"
type="mycalledfile"
label="mylabel"
extension="mod_mymodule"
description=""
/>
</fieldset>
</fields>
我在互联网上发现extension
属性会调用administrator/components/mod_mymodule/models/fields/mycalledfile.php
,但那是错误的,我希望能够从modules/
调用文件,因为这是一个模块。我的观点是从某个文件或数据库调用中获取数据。无论哪种方式,都必须使用.xml文件以某种方式完成,因此可以通过模块的后端管理面板进行。
答案 0 :(得分:0)
您可以在fieldset中使用addfieldpath。
<fieldset name="basic" addfieldpath="/administrator/components/mod_xml/models/fields">