include 文件问题 [ 新手入门 ]
原来在PHP 中通过 include 包含页头,页脚的做法,在Yii 中是要如何做呢? 包含输出HTML的和包含纯粹php 功能代码的分别是如何呢?
共 3 条回复
-
我调成Yii 的包含方式出现如下的错误
Undefined variable: content 04 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 05 <meta http-equiv="content-language" content="zh-cn" /> 06 <!--#include virtual="inc.head.php"--> 07 <title></title> 08 <style type="text/css"> 09 </style> 10 </head> 12 <body> 13 <div id="wrapper"> 14 15 <?php $this->beginContent('/layouts/inc.header'); ?> 16 <?php echo $content; ?> 17 <?php $this->endContent(); ?> 18 <div id="main"> 19 20 </div> 21 <div id="functionalhtml"> 22 23 </div> 24 <?php $this->beginContent('/layouts/inc.footer'); ?> 25 <?php echo $content; ?> 26 <?php $this->endContent(); ?> 27 </div> 28 </body>
sogura
注册时间:2013-04-20
最后登录:2013-05-03
在线时长:0小时0分
最后登录:2013-05-03
在线时长:0小时0分
- 粉丝0
- 金钱20
- 威望0
- 积分20