不同的控制器在 Kohana 中扩展了不同的模板

发布于 2024-10-21 07:36:34 字数 369 浏览 1 评论 0原文

我有一个基于 kohana 的网站和许多控制器。

我希望一些控制器(以及自动传入的视图)扩展(并使用)不同的模板(默认模板之外的其他模板)。

我为此做了什么?

  1. 我创建了一个名为 new_template 的新控制器
  2. 控制器类具有签名:

    abstract class Controller_Admintemplate extends Kohana_Controller_Template

  3. 我为新模板创建了一个新视图:newtemplate.php ()

问题:与扩展新模板的控制器关联的视图不会使用新模板进行显示。

我哪里错了? 谢谢你!

i have a kohana based website and many controllers.

I want that some controllers (and automatically the afferent views) to extend (and use) a different template (some other template than the default one).

What have i done for that?

  1. I have created a new controller named let's say new_template
  2. The controller class has the signature:

    abstract class Controller_Admintemplate extends Kohana_Controller_Template

  3. i have created a new view for the new template: newtemplate.php ()

The problem: the views associated with the controllers that extend the new template, are not dislaying using the new template.

Where i am wrong?
Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文