我有两个问题:
在opencart的控制器ControllerMainIndex
中,我们定义了
$this->children = array("common/footer");
那么我应该如何在main / index.tpl文件中使用它?
对我来说有点模糊。我们已告诉控制器获取页脚,但在主文件中我们应该如何指定它们的位置?
第二个问题,我创建控制器ControllerMasterNewPage然后在I $ this-> render()(在将模板设置为" master / newpage.tpl")之后。
但是我应该如何访问这个控制器?我的意思是应该在浏览器中输入什么来为这个控制器进行处理并输出?
答案 0 :(得分:1)
1)只需致电<?php echo $footer ?>
,它就会输出该子内容
2)http://example.com/index.php?route=path/MasterNewPage/actionName
例如:我们在{root}/catalog/controller/product/category.php
(类名ControllerProductCategory
)中有文件,请将其命名为:http://example.com/index.php?route=product/category