我正在构建一个具有多个功能模型的组件。我希望在名为“clubs”(“clubs.php”)的模型中调用函数(“getClubs”),但我不知道如何从 view.html.php 文件连接到该模型文件。首先,这是否可能,其次,如何做到这一点?
到目前为止,这是我的 view.html.php 代码:
class SignupViewSignup extends JViewLegacy {
public function display($tpl = null) {
//make a call to the clubs.php model here
谢谢