extends
在模板中处理 usibg 问题
application/views/index/index.volt first(实际上只有一个)行是:
{% extends common/index.volt %}
收到这个:
致命错误:未捕获的异常 'Phalcon\Mvc\View\Exception' 带有消息 'Extends statement must be placed at the first line in ../application/views/index/index.volt on line 1' in ... .\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
支持