示例#1
0
 public function __construct($isSessionUse = false)
 {
     parent::__construct($isSessionUse);
     $this->templateHeaderTopUrl = './view/common/body_header_top.php';
     $this->templateHeaderMiddleUrl = './view/common/body_header_middle.php';
     $this->templateHeaderBottomUrl = './view/common/body_header_bottom.php';
     $this->templateFooterUrl = './view/common/body_footer.php';
 }