headTitle('视图中使用视图');$this->headLink()->appendStylesheet("/styles/main.css");//addmorelinks..">
当前位置:Gxlcms > PHP教程 > ZendFramework视图中使用视图

ZendFramework视图中使用视图

时间:2021-07-01 10:21:17 帮助过:5人阅读

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

  10. 'header'"background-color:yellow;clear:both;">
  11. echo$this->partial('header.phtml');?>
  12. 'lfetside'"background-color:red;float:left;width:200px">
  13. LeftSide
  14. 'content'"background-color:gray;float:left;width:600px;margin-left:6px">
  15. echo$this->layout()->content;?>
  16. 'footer'"background-color:yellow;clear:both;">
  17. echo$this->partial('footer.phtml');?>

版权声明:本文为博主原创文章,未经博主允许不得转载。

以上就介绍了Zend Framework 视图中使用视图,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

人气教程排行