【发布时间】:2014-08-19 16:10:41
【问题描述】:
在模板中处理 usibg extends 的问题
application/views/index/index.volt 第一(实际上只有一个)行是:
{% extends common/index.volt %}
收到这个:
致命错误:未捕获的异常“Phalcon\Mvc\View\Exception”与 message 'Extends 语句必须放在 ../application/views/index/index.volt 中第 1 行的模板 ....\public_html\index.php 第 169 行
....\public_html\index.php 第 169 行是:
echo $application->handle()->getContent();
在演示中http://docs.phalconphp.com/ru/latest/reference/volt.html#id33 刚刚使用,包括
所以如果 phalcon 支持extends 还是不明白
【问题讨论】: