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.
JModel / JModelLegacy是否可以在不更改源代码的情况下以某种方式添加一些我自己的方法?例如来自控制器。
JModel / JModelLegacy
如果你想直接添加它,JModel / JModelLegacy那么没有。
如果您构建一个组件,那么JControllerLegacy / JController当您在 controller.php 文件中构建您的组件时进行扩展。但这当然是特定于您的组件的。它不能被其他组件使用
JControllerLegacy / JController