Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果有 2 个 vQmods /vqmod/xml/mymod1.xml&/vqmod/xml/mymod2.xml来更改文件(例如)catalog/model/tool/image.php,在 OpenCart 安装中将首先执行哪个 vQmod?
/vqmod/xml/mymod1.xml
/vqmod/xml/mymod2.xml
catalog/model/tool/image.php
vQmod 按字母顺序加载和执行 xml 文件。因此,对于您的示例,/vqmod/xml/mymod1.xml将首先加载并执行,然后是/vqmod/xml/mymod2.xml