欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

Zend Framework 视图中使用视图

程序员文章站 2022-04-22 11:13:30
...
  1. /span>
  2. PUBLIC"-//W3C//DTDXHTML1.0Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. "Content-Type"c/span>"text/html;charset=utf-8"/>
  5. echo$this->headTitle('视图中使用视图');
  6. $this->headLink()->appendStylesheet("/styles/main.css");
  7. //addmorelinks...
  8. echo$this->headLink();
  9. ?>
  10. 这是一个视图中使用视图的示例

  11. 'header'"background-color:yellow;clear:both;">
  12. echo$this->partial('header.phtml');?>