标签: zend-framework2
我在我的应用中使用了以下代码。
<?php $this->headStyle()->captureStart() ?> body { background-color: <?php echo $this->bgColor ?>; } <?php $this->headStyle()->captureEnd() ?>
我在视图脚本中收到此错误。
致命错误:在非对象上调用成员函数captureStart()。
怎么了?