视频: Crochet Bell Bottoms | Tutorial DIY 2024
在构建PHP模板系统时,从页面顶部开始,然后创建页面底部。奇怪的是,你离开中间到结束。以下是你如何把它们放在一起。
最后的classPage。 PHP文件应该是这样的:
<? phpclass Page
{
public $ type =“default”;
public $ title =“我的网站”;
public $ titleExtra =“;
public function getTop(){
$ output =”;
$输出。 = $ this - > _ getDocType();
$输出。 = $ this - > _ getHtmlOpen();
$输出。 = $ this - > _ getHead();
$输出。 = file_get_contents(“pageTop.txt”);
return $ output;如果($ doctype ==“html5”){
$ dtd =“”;}} //结束函数getTop()
受保护的函数_getDocType($ doctype =“html5”){
}
return $ dtd。“n”;如果($ lang ==“en-us”){
$ htmlopen =“”;
}
protected function _getHtmlOpen($ lang =“en-us”