為了讓不同的View以相同的佈局進行顯示,我們可以編寫佈局模板文件,並以layout.phtml為名稱保存,並在Index.php中指定這個文件所在的位置。
-
require_once'Zend/Layout.php';
-
Zend_Layout::;( =>'.. /application/default/layouts'));
在版面配置檔案中,我們可以指定網頁需要使用的樣式文件,JavaScript腳本檔案。
- />
-
$request=Zend_Controller_Front::getInstance()->getRequest();
- $this
->headTitle(-
'視圖中使用視圖')
-
->headTitle($request->getModuleName())
->Title( -
->headTitle($request->getControllerName())
-
->setSeparator('|');this tle() ;
-
$this->headLink()->appendStylesheet($this
->QUrl.-
"/css/style.css->>Url."/css/style.scss" $this
->baseUrl.-
- "/css/demo.css");echo
- $thisecho$thiss - >headScript()->appendFile($this->baseUrl.
"/js/jquery-1.2.6.js"-
)-> >baseUrl."/js/jquery.datePicker.js")
-
->appendFile($this->jsUrl..
-
- echo$this->headScript();?>
-
'bodywrapper' >'header'
>-
echo
echo🜟 - , 'default');?>
- 'sidebar'
- > -> partial(
- 'leftside.phtml','default');?>
-
echo-
$this->layout()->content;?> echo$this
- ->partial('footer.phtml'
- ,'default' /div>
-