我在zf3中对我的部分有一点问题,试图在部分中添加css它不再像zf2那样工作,这是我的代码:
<?php $this->headLink()->prependStylesheet($this->serverUrl() . '/path/to/css_file.css');?>
如果有人有任何解决方案,我将不胜感激。
答案 0 :(得分:0)
你忘记了甜心回音功能:)
<?php echo $this->headLink()->prependStylesheet($this->serverUrl() . '/path/to/css_file.css');?>