不同的控制器在 Kohana 中扩展了不同的模板
我有一个基于 kohana 的网站和许多控制器。
我希望一些控制器(以及自动传入的视图)扩展(并使用)不同的模板(默认模板之外的其他模板)。
我为此做了什么?
- 我创建了一个名为 new_template 的新控制器
控制器类具有签名:
abstract class Controller_Admintemplate extends Kohana_Controller_Template
我为新模板创建了一个新视图: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?
- I have created a new controller named let's say new_template
The controller class has the signature:
abstract class Controller_Admintemplate extends Kohana_Controller_Template
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遵循这三点就可以了。 =]
http://kohanaframework.org/3.1/guide/kohana/tutorials/templates
Follow these three and you'll be okey. =]
http://kohanaframework.org/3.1/guide/kohana/tutorials/templates